svn commit: r340717 - head/sbin/ipfw
Guangyuan Yang
ygy at FreeBSD.org
Wed Nov 21 00:22:32 UTC 2018
Author: ygy (doc committer)
Date: Wed Nov 21 00:22:31 2018
New Revision: 340717
URL: https://svnweb.freebsd.org/changeset/base/340717
Log:
Fix incorrect DSCP value range from 0..64 to 0..63.
PR: 232786
Submitted by: Sergey Akhmatov <sergey at akhmatov.ru>
Reviewed by: AllanJude
MFC after: 1 week
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8 Wed Nov 21 00:21:58 2018 (r340716)
+++ head/sbin/ipfw/ipfw.8 Wed Nov 21 00:22:31 2018 (r340717)
@@ -1159,11 +1159,11 @@ Supported values are:
.Pq Dv 101110 ,
.Cm be
.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
.Cm tablearg
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.
.It Cm tcp-setmss Ar mss
Set the Maximum Segment Size (MSS) in the TCP segment to value
More information about the svn-src-all
mailing list