From b61fe9c2c60f93da1c3d2f1c1b40eeb6186b2ee5 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 26 Feb 2007 16:57:47 +0000 Subject: [PATCH] Add 'bang' forms to rules manpage git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5447 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-rules.xml | 70 +++++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/manpages/shorewall-rules.xml b/manpages/shorewall-rules.xml index 3e2b883f9..a0651f5a3 100644 --- a/manpages/shorewall-rules.xml +++ b/manpages/shorewall-rules.xml @@ -110,19 +110,19 @@ ACTION — {ACCEPT[+]||]|NONAT|DROP|REJECT|DROP[]|REJECT[]|DNAT[-]|SAME[-]|REDIRECT[-]|CONTINUE|CONTINUE[]|LOG|QUEUE|QUEUE[]|COMMENT|action|macro[/target]}[:{log-level| + + ACCEPT! + + + like ACCEPT but exempts the rule from being suppressed + by OPTIMIZE=1 in shorewall.conf(5). + + + NONAT @@ -175,6 +185,16 @@ + + DROP- + + + like DROP but exempts the rule from being suppressed by + OPTIMIZE=1 in shorewall.conf(5). + + + REJECT @@ -184,6 +204,16 @@ + + REJECT! + + + like REJECT but exempts the rule from being suppressed + by OPTIMIZE=1 in shorewall.conf(5). + + + DNAT @@ -269,6 +299,26 @@ + + CONTINUE! + + + like CONTINUE but exempts the rule from being suppressed + by OPTIMIZE=1 in shorewall.conf(5). + + + + + A- + + + like ACCEPT but exempts the rule from being suppressed + by OPTIMIZE=1 in shorewall.conf(5). + + + LOG @@ -288,6 +338,16 @@ + + QUEUE! + + + like QUEUE but exempts the rule from being suppressed by + OPTIMIZE=1 in shorewall.conf(5). + + + COMMENT