Update release notes comment -- allow '-' in ORIGINAL DEST column for consistency

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@395 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-01-06 14:12:59 +00:00
parent 305c43fea2
commit a28dac71ec
2 changed files with 6 additions and 4 deletions

View File

@ -2257,6 +2257,8 @@ process_rule() # $1 = target
# Convert 1.3 Rule formats to 1.2 format # Convert 1.3 Rule formats to 1.2 format
[ "x$address" = "x-" ] && address=
case $target in case $target in
DNAT) DNAT)
target=ACCEPT target=ACCEPT

View File

@ -38,7 +38,7 @@ New features include:
traffic control rules during [re]start. This setting is intended traffic control rules during [re]start. This setting is intended
for use by people that prefer to configure traffic shaping when for use by people that prefer to configure traffic shaping when
the network interfaces come up rather than when the firewall the network interfaces come up rather than when the firewall
is started. By setting TC_ENABLED=Yes and CLEAR_TC=No and by is started. If that is what you want to do, set TC_ENABLED=Yes and
not supplying an /etc/shorewall/tcstart file, your traffic CLEAR_TC=No and do not supply an /etc/shorewall/tcstart file. That
shaping rules can still use the 'fw' classifier based on packet way, your traffic shaping rules can still use the 'fwmark'
marking defined in /etc/shorewall/tcrules. classifier based on packet marking defined in /etc/shorewall/tcrules.