Clean up Action Change

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@805 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-12-05 19:19:08 +00:00
parent 86f1411985
commit 94d91cafa4
3 changed files with 9 additions and 4 deletions

View File

@ -14,8 +14,7 @@
# Columns are: # Columns are:
# #
# #
# TARGET ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT, CONTINUE # TARGET ACCEPT, DROP, REJECT, LOG or QUEUE.
# or LOG.
# #
# ACCEPT -- allow the connection request # ACCEPT -- allow the connection request
# DROP -- ignore the request # DROP -- ignore the request

View File

@ -10,6 +10,12 @@ Problems Corrected since version 1.4.8:
2) The description of NEWNOTSYN in shorewall.conf has been reworded for 2) The description of NEWNOTSYN in shorewall.conf has been reworded for
clarity. clarity.
3) Wild-card rules (those involving "all" as SOURCE or DEST) will no
longer produce an error if they attempt to add a rule that would
override a NONE policy. The logic for expanding these wild-card
rules now simply skips those (SOURCE,DEST) pairs that have a NONE
policy.
Migration Issues: Migration Issues:
None. None.

View File

@ -15,8 +15,8 @@
# Columns are: # Columns are:
# #
# #
# ACTION ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT, CONTINUE # ACTION ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT, CONTINUE,
# or LOG. # LOG or an <action>.
# #
# ACCEPT -- allow the connection request # ACCEPT -- allow the connection request
# DROP -- ignore the request # DROP -- ignore the request