diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index f9d57294b..54d95fb58 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -1635,9 +1635,10 @@ net all DROP infothen the chain name is 'net2all' TOS field to priority bands. See shorewall-tcpri(5). The map consists of 16 space-separated digits with - values 1, 2 or 3. The first entry corresponds to Linux priority 9, - the second to Linux priority 1, the third to Linux Priority 2, and - so on. See tc-prio(8) for additional information. + values 1, 2 or 3. A value of 1 corresponds to Linux priority 0, 2 to + Linux priority 1, and 3 to Linux Priority 2. The first entry gives + the priority of TOS value 0, the second of TOS value 1, and so on. + See tc-prio(8) for additional information. The default setting is TC_PRIOMAP="2 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2". diff --git a/manpages6/shorewall6.conf.xml b/manpages6/shorewall6.conf.xml index e8d7dc1a9..96ebe6251 100644 --- a/manpages6/shorewall6.conf.xml +++ b/manpages6/shorewall6.conf.xml @@ -1338,9 +1338,10 @@ net all DROP infothen the chain name is 'net2all' TOS field to priority bands. See shorewall6-tcpri(5). The map consists of 16 space-separated digits with - values 1, 2 or 3. The first entry corresponds to Linux priority 9, - the second to Linux priority 1, the third to Linux Priority 2, and - so on. See tc-prio(8) for additional information. + values 1, 2 or 3. A value of 1 corresponds to Linux priority 0, 2 to + Linux priority 1, and 3 to Linux Priority 2. The first entry gives + the priority of TOS value 0, the second of TOS value 1, and so on. + See tc-prio(8) for additional information. The default setting is TC_PRIOMAP="2 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2".