mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
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:
parent
86f1411985
commit
94d91cafa4
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user