Fix incorrect DSCP value range from 0..64 to 0..63.
PR: 232786 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Reviewed by: AllanJude MFC after: 1 week
This commit is contained in:
parent
91890b73ad
commit
14b520eaa2
@ -1159,11 +1159,11 @@ Supported values are:
|
|||||||
.Pq Dv 101110 ,
|
.Pq Dv 101110 ,
|
||||||
.Cm be
|
.Cm be
|
||||||
.Pq Dv 000000 .
|
.Pq Dv 000000 .
|
||||||
Additionally, DSCP value can be specified by number (0..64).
|
Additionally, DSCP value can be specified by number (0..63).
|
||||||
It is also possible to use the
|
It is also possible to use the
|
||||||
.Cm tablearg
|
.Cm tablearg
|
||||||
keyword with setdscp.
|
keyword with setdscp.
|
||||||
If the tablearg value is not within the 0..64 range, lower 6 bits of supplied
|
If the tablearg value is not within the 0..63 range, lower 6 bits of supplied
|
||||||
value are used.
|
value are used.
|
||||||
.It Cm tcp-setmss Ar mss
|
.It Cm tcp-setmss Ar mss
|
||||||
Set the Maximum Segment Size (MSS) in the TCP segment to value
|
Set the Maximum Segment Size (MSS) in the TCP segment to value
|
||||||
|
Loading…
Reference in New Issue
Block a user