Fix typos; update bogons file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1752 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-11-12 15:08:30 +00:00
parent 05136e8a59
commit 239b165da0
5 changed files with 15 additions and 14 deletions

View File

@ -48,7 +48,6 @@
42.0.0.0/8 logdrop # Reserved 42.0.0.0/8 logdrop # Reserved
49.0.0.0/8 logdrop # JTC - Returned to IANA Mar 98 49.0.0.0/8 logdrop # JTC - Returned to IANA Mar 98
50.0.0.0/8 logdrop # JTC - Returned to IANA Mar 98 50.0.0.0/8 logdrop # JTC - Returned to IANA Mar 98
58.0.0.0/7 logdrop # Reserved
73.0.0.0/8 logdrop # Reserved 73.0.0.0/8 logdrop # Reserved
74.0.0.0/7 logdrop # Reserved 74.0.0.0/7 logdrop # Reserved
76.0.0.0/6 logdrop # Reserved 76.0.0.0/6 logdrop # Reserved

View File

@ -130,3 +130,9 @@ Changes since 2.0.3
62) Allow interface in DEST tcrules column. 62) Allow interface in DEST tcrules column.
63) Remove 'ipt_unclean' from search expression in "log" commands. 63) Remove 'ipt_unclean' from search expression in "log" commands.
64) Remove nonsense from IPSEC description in masq file.
65) Correct typo in rules file.
66) Update bogons file.

View File

@ -111,18 +111,6 @@
# your kernel and iptables must include policy # your kernel and iptables must include policy
# match support. # match support.
# #
# Yes -- Only packets that will be encrypted using
# an ipsec policy will have their source
# address changed.
#
# No -- Only packets that will not be encrypted
# using an ipsec policy will have their
# source address changed.
#
# - or empty is the same as No providing that
# your kernel and iptables contain policy match
# support.
#
# Comma-separated list of options from the following. # Comma-separated list of options from the following.
# Only packets that will be encrypted via an SA that # Only packets that will be encrypted via an SA that
# matches these options will have their source address # matches these options will have their source address

View File

@ -117,6 +117,14 @@ Problems corrected since 2.2.0 Beta 2.
2) The INSTALL file now includes special instructions for Slackware 2) The INSTALL file now includes special instructions for Slackware
users. users.
Problems corrected since 2.2.0 Beta 3.
1) A cut and paste error resulted in some nonsense in the description
of the IPSEC column in /etc/shorewall/masq.
2) A typo in /etc/shorewall/rules has been corrected.
3) The bogons file has been updated.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0 to Shorewall 2.1: Issues when migrating from Shorewall 2.0 to Shorewall 2.1:

View File

@ -72,7 +72,7 @@
# DNAT:debug). This causes the packet to be # DNAT:debug). This causes the packet to be
# logged at the specified level. # logged at the specified level.
# #
# If the ACTION names an action devined in # If the ACTION names an action defined in
# /etc/shorewall/actions or in # /etc/shorewall/actions or in
# /usr/share/shorewall/actions.std then: # /usr/share/shorewall/actions.std then:
# #