From e6049baeeb7a9e5f8495b594ced4464f45b3d1eb Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 8 Dec 2007 21:55:44 +0000 Subject: [PATCH] Update manpages for 4.1 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7875 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall-policy.xml | 2 +- manpages/shorewall-rules.xml | 17 ++++++++++++----- manpages/shorewall-tcdevices.xml | 13 +++++++++++++ 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/manpages/shorewall-policy.xml b/manpages/shorewall-policy.xml index 7fbc614ec..a583a5703 100644 --- a/manpages/shorewall-policy.xml +++ b/manpages/shorewall-policy.xml @@ -85,7 +85,7 @@ role="bold">REJECT|CONTINUE|QUEUE|NFQUEUE[/queuenumber]|NFQUEUE[(queuenumber)]|NONE}[:{default-action-or-macro|None}] diff --git a/manpages/shorewall-rules.xml b/manpages/shorewall-rules.xml index 170354c86..960706bab 100644 --- a/manpages/shorewall-rules.xml +++ b/manpages/shorewall-rules.xml @@ -143,9 +143,12 @@ role="bold">CONTINUE[]|LOG|QUEUE[]|NFQUEUE[/queuenumber]NFQUEUE[(queuenumber)]|COMMENT|action|macro[/target]}(target)]}[:{log-level|none}[!][macro. If the macro accepts an action parameter (Look at the macro source to see if it has PARAM in the TARGET column) then the - macro name is followed by "/" and the - target (macro name is followed by the + parenthesized target (ACCEPT, DROP, REJECT, ...) to be substituted for the parameter. - Example: FTP/ACCEPT. + Example: FTP(ACCEPT). + + The older syntax where the macro name and the target are + separated by a slash (e.g. FTP/ACCEPT) is still allowed but is + deprecated. diff --git a/manpages/shorewall-tcdevices.xml b/manpages/shorewall-tcdevices.xml index 337052405..48b5ac11b 100644 --- a/manpages/shorewall-tcdevices.xml +++ b/manpages/shorewall-tcdevices.xml @@ -144,6 +144,19 @@ + + + OPTIONS — {-|classify} + + + classify ― When specified, Shorewall will not generate tc or + Netfilter rules to classify traffic based on packet marks. You must + do all classification using CLASSIFY rules in shorewall-tcrules(5). + +