From e02906e4f9733bfb4fcd05a0dc8839f585b7bc68 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 13 Sep 2012 07:46:52 -0700 Subject: [PATCH] Add TOS to classification priority enumeration Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-tcfilters.xml | 9 +++++++-- Shorewall6/manpages/shorewall6-tcfilters.xml | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Shorewall/manpages/shorewall-tcfilters.xml b/Shorewall/manpages/shorewall-tcfilters.xml index d7b83da33..3d8494d40 100644 --- a/Shorewall/manpages/shorewall-tcfilters.xml +++ b/Shorewall/manpages/shorewall-tcfilters.xml @@ -200,8 +200,8 @@ priority 10 is assumed. The priority value must be > 0. - The priority values used by other Shorewall-generated filters - are as follows: + The default priority values used by other Shorewall-generated + filters are as follows: @@ -222,6 +222,11 @@ priority << 8 ) | 10. + + Classify by TOS - ( class + priority << 8 ) | 10. + + Class with 'occurs' - 65535 diff --git a/Shorewall6/manpages/shorewall6-tcfilters.xml b/Shorewall6/manpages/shorewall6-tcfilters.xml index e5443c6af..60c3ec516 100644 --- a/Shorewall6/manpages/shorewall6-tcfilters.xml +++ b/Shorewall6/manpages/shorewall6-tcfilters.xml @@ -195,8 +195,8 @@ given, priority 11 is assumed. The priority value must be > 0. - The priority values used by other Shorewall-generated filters - are as follows: + The default priority values used by other Shorewall-generated + filters are as follows: @@ -217,6 +217,11 @@ priority << 8 ) | 20. + + Classify by TOS - ( class + priority << 8 ) | 10. + + Class with 'occurs' - 65535