From feb5cc00933345d03fa24df4a9bae288186e85a7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 13 Mar 2012 13:25:37 -0700 Subject: [PATCH] Document use of chain designators with DSCP and TOS Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-tcrules.xml | 42 ++++++++++++++++++++++ Shorewall6/manpages/shorewall6-tcrules.xml | 42 ++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/Shorewall/manpages/shorewall-tcrules.xml b/Shorewall/manpages/shorewall-tcrules.xml index 602d9629f..415122277 100644 --- a/Shorewall/manpages/shorewall-tcrules.xml +++ b/Shorewall/manpages/shorewall-tcrules.xml @@ -502,6 +502,27 @@ SAME $FW 0.0.0.0/0 tcp 80,443 AF42 => 0x24 AF43 => 0x26 EF => 0x2e + + May be optionally followed by ':' and a capital letter + designating the chain where classification is to occur. + + + + F + + + FORWARD chain. + + + + + T + + + POSTROUTING chain (default). + + + @@ -531,6 +552,27 @@ Normal-Service => 0x00 The action performed is to zero out the bits specified by the mask, then set the bits specified by tos. + + May be optionally followed by ':' and a capital letter + designating the chain where classification is to occur. + + + + F + + + FORWARD chain. + + + + + T + + + POSTROUTING chain (default). + + + diff --git a/Shorewall6/manpages/shorewall6-tcrules.xml b/Shorewall6/manpages/shorewall6-tcrules.xml index b1af88ff7..007d28885 100644 --- a/Shorewall6/manpages/shorewall6-tcrules.xml +++ b/Shorewall6/manpages/shorewall6-tcrules.xml @@ -399,6 +399,27 @@ SAME $FW 0.0.0.0/0 tcp 80,443 AF42 => 0x24 AF43 => 0x26 EF => 0x2e + + May be optionally followed by ':' and a capital letter + designating the chain where classification is to occur. + + + + F + + + FORWARD chain. + + + + + T + + + POSTROUTING chain (default). + + + @@ -428,6 +449,27 @@ Normal-Service => 0x00 The action performed is to zero out the bits specified by the mask, then set the bits specified by tos. + + May be optionally followed by ':' and a capital letter + designating the chain where classification is to occur. + + + + F + + + FORWARD chain. + + + + + T + + + POSTROUTING chain (default). + + +