forked from extern/shorewall_code
Change TOS priority offset from 10 to 15
- Make it distinct from tcp-ack Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e02906e4f9
commit
14073e8943
@ -1244,7 +1244,7 @@ sub validate_tc_class( ) {
|
||||
$priority = validate_filter_priority( $pri, 'mark' );
|
||||
} else {
|
||||
fatal_error "Missing TOS priority" if $prio eq '-';
|
||||
$priority = ( $prio << 8 ) | 10;
|
||||
$priority = ( $prio << 8 ) | 15;
|
||||
}
|
||||
|
||||
$option = "tos=$optval" if $optval;
|
||||
|
@ -224,7 +224,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>Classify by TOS - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) | 10.</para>
|
||||
priority</replaceable> << 8 ) | 15.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -219,7 +219,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>Classify by TOS - ( <replaceable>class
|
||||
priority</replaceable> << 8 ) | 10.</para>
|
||||
priority</replaceable> << 8 ) | 15.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user