diff --git a/Shorewall/manpages/shorewall-tcrules.xml b/Shorewall/manpages/shorewall-tcrules.xml index 7fecf05e5..424401891 100644 --- a/Shorewall/manpages/shorewall-tcrules.xml +++ b/Shorewall/manpages/shorewall-tcrules.xml @@ -573,6 +573,9 @@ SAME $FW 0.0.0.0/0 tcp 80,443 AF43 => 0x26 EF => 0x2e + To indicate more than one class, add their hex values + together and specify the result. + May be optionally followed by ':' and a capital letter designating the chain where classification is to occur. @@ -611,6 +614,9 @@ Maximize-Reliability => 0x04, Minimize-Cost => 0x02, Normal-Service => 0x00 + To indicate more than one class, add their hex values + together and specify the result. + When tos is given as a number, it may be optionally followed by '/' and a mask. When no diff --git a/Shorewall/manpages/shorewall-tos.xml b/Shorewall/manpages/shorewall-tos.xml index 4ab8d4119..5e0a3819c 100644 --- a/Shorewall/manpages/shorewall-tos.xml +++ b/Shorewall/manpages/shorewall-tos.xml @@ -96,13 +96,16 @@ tos - Must be one of the following; + Must may one of the following; tos-minimize-delay (16) tos-maximize-throughput (8) tos-maximize-reliability (4) tos-minimize-cost (2) tos-normal-service (0) + + To specify more than one flag, add their values together and + specify the numeric result. diff --git a/Shorewall6/manpages/shorewall6-tcrules.xml b/Shorewall6/manpages/shorewall6-tcrules.xml index a048a305b..35c26217f 100644 --- a/Shorewall6/manpages/shorewall6-tcrules.xml +++ b/Shorewall6/manpages/shorewall6-tcrules.xml @@ -469,6 +469,9 @@ SAME $FW 0.0.0.0/0 tcp 80,443 AF43 => 0x26 EF => 0x2e + To indicate more than one class, add their hex values + together and specify the result. + May be optionally followed by ':' and a capital letter designating the chain where classification is to occur. @@ -507,6 +510,9 @@ Maximize-Reliability => 0x04, Minimize-Cost => 0x02, Normal-Service => 0x00 + To indicate more than one class, add their hex values + together and specify the result. + When tos is given as a number, it may be optionally followed by '/' and a mask. When no diff --git a/Shorewall6/manpages/shorewall6-tos.xml b/Shorewall6/manpages/shorewall6-tos.xml index 54fbcc582..eadc1d234 100644 --- a/Shorewall6/manpages/shorewall6-tos.xml +++ b/Shorewall6/manpages/shorewall6-tos.xml @@ -102,6 +102,9 @@ tos-maximize-reliability (4) tos-minimize-cost (2) tos-normal-service (0) + + To specify more than one flag, add their values together and + specify the numeric result.