Rename SUBNET column in /etc/shorewall/masq

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4695 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-17 14:52:09 +00:00
parent 04bc536c8e
commit 40a4e1bd1e
3 changed files with 15 additions and 8 deletions

View File

@ -14,6 +14,8 @@ Changes in 3.3.3
7) Add maclog extension file. 7) Add maclog extension file.
8) Rename SUBNET column in the masq file.
Changes in 3.3.1 Changes in 3.3.1
1) Load the proxyarp lib when 'proxyarp' option is specified. 1) Load the proxyarp lib when 'proxyarp' option is specified.

View File

@ -54,15 +54,17 @@
# delimited by "/* ... */" in the output of "shorewall show # delimited by "/* ... */" in the output of "shorewall show
# nat" # nat"
# #
# SUBNET -- Subnet that you wish to masquerade. You can specify this as # SOURCE (formerly called SUBNET)
# a subnet or as an interface. If you give the name of an
# interface, the interface must be up before you start the
# firewall (Shorewall will use your main routing table to
# determine the appropriate subnet(s) to masquerade).
# #
# In order to exclude a subset of the specified SUBNET, you # Set of hosts that you wish to masquerade. You can specify this
# as an address (net or host) or as an interface. If you give
# the name of an interface, the interface must be up before you
# start the firewall (Shorewall will use your main routing table
# to determine the appropriate addresses to masquerade).
#
# In order to exclude a addrress of the specified SOURCE, you
# may append "!" and a comma-separated list of IP addresses # may append "!" and a comma-separated list of IP addresses
# and/or subnets that you wish to exclude. # (host or net) that you wish to exclude.
# #
# Example: eth1!192.168.1.4,192.168.32.0/27 # Example: eth1!192.168.1.4,192.168.32.0/27
# #
@ -239,5 +241,5 @@
# For additional information, see http://shorewall.net/Documentation.htm#Masq # For additional information, see http://shorewall.net/Documentation.htm#Masq
# #
############################################################################### ###############################################################################
#INTERFACE SUBNET ADDRESS PROTO PORT(S) IPSEC #INTERFACE SOURCE ADDRESS PROTO PORT(S) IPSEC
#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE

View File

@ -124,6 +124,9 @@ Other changes in 3.3.3
Remember that if you have specified MACLIST_TABLE=mangle, then your Remember that if you have specified MACLIST_TABLE=mangle, then your
run_iptables commands should include "-t mangle". run_iptables commands should include "-t mangle".
6) The SUBNET column in /etc/shorewall/masq has been renamed SOURCE to
more accurately describe the contents of the column.
Migration Considerations: Migration Considerations:
1) Shorewall supports the notion of "default actions". A default 1) Shorewall supports the notion of "default actions". A default