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:
#
#
# TARGET ACCEPT, DROP, REJECT, DNAT, DNAT-, REDIRECT, CONTINUE
# or LOG.
# TARGET ACCEPT, DROP, REJECT, LOG or QUEUE.
#
# ACCEPT -- allow the connection 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
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:
None.

View File

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