diff --git a/Shorewall/manpages/shorewall-tcfilters.xml b/Shorewall/manpages/shorewall-tcfilters.xml index 3e17c8ae2..1daeabe0f 100644 --- a/Shorewall/manpages/shorewall-tcfilters.xml +++ b/Shorewall/manpages/shorewall-tcfilters.xml @@ -205,8 +205,8 @@ - Classify by packet mark - class - priority LOR 32. + Classify by packet mark - ( class + priority << 8 ) LOR 32. @@ -218,8 +218,8 @@ - Complex TC ACK packets - class - priority LOR 16. + Complex TC ACK packets - ( class + priority << 8 ) LOR 16. diff --git a/Shorewall6/manpages/shorewall6-tcfilters.xml b/Shorewall6/manpages/shorewall6-tcfilters.xml index f84c61095..19b4ab099 100644 --- a/Shorewall6/manpages/shorewall6-tcfilters.xml +++ b/Shorewall6/manpages/shorewall6-tcfilters.xml @@ -200,8 +200,8 @@ - Classify by packet mark - class - priority LOR 32. + Classify by packet mark - ( class + priority << 8 ) LOR 32. @@ -213,8 +213,8 @@ - Complex TC ACK packets - class - priority LOR 16. + Complex TC ACK packets - ( class + priority << 8 ) LOR 16. @@ -273,6 +273,6 @@ http://shorewall.net/PacketMarking.html - +