From c958329d147cd31c3bde59d87727dd0af1d6a2aa Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 24 Jan 2013 19:24:01 -0800 Subject: [PATCH] More manpage updates for RELATED and UNTRACKED rules sections. Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-rules.xml | 16 ++++++++++++++++ Shorewall6/manpages/shorewall6-rules.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Shorewall/manpages/shorewall-rules.xml b/Shorewall/manpages/shorewall-rules.xml index e1817e53f..07958bf40 100644 --- a/Shorewall/manpages/shorewall-rules.xml +++ b/Shorewall/manpages/shorewall-rules.xml @@ -103,6 +103,22 @@ + + UNTRACKED + + + Added in Shorewall 4.5.13. Packets in the UNTRACKED state are + processed by rules in this section. + + The only Actions allowed in this section are ACCEPT, DROP, + REJECT, LOG and QUEUE. + + There is an implicit rule added at the end of this section + that invokes the UNTRACKED_DISPOSITION (shorewall.conf(5)). + + + NEW diff --git a/Shorewall6/manpages/shorewall6-rules.xml b/Shorewall6/manpages/shorewall6-rules.xml index ec3f5d133..5c88f0787 100644 --- a/Shorewall6/manpages/shorewall6-rules.xml +++ b/Shorewall6/manpages/shorewall6-rules.xml @@ -96,6 +96,22 @@ + + UNTRACKED + + + Added in Shorewall 4.5.13. Packets in the UNTRACKED state are + processed by rules in this section. + + The only Actions allowed in this section are ACCEPT, DROP, + REJECT, LOG and QUEUE. + + There is an implicit rule added at the end of this section + that invokes the UNTRACKED_DISPOSITION (shorewall6.conf(5)). + + + NEW