Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:06:51 -0000
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r346203 - stable/11/sbin/ipfw
Message-ID:  <201904141150.x3EBo8wu026157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Sun Apr 14 11:50:07 2019
New Revision: 346203
URL: https://svnweb.freebsd.org/changeset/base/346203

Log:
  MFC r340717 (by ygy):
    Fix incorrect DSCP value range from 0..64 to 0..63.
  
    PR:		232786
    Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>

Modified:
  stable/11/sbin/ipfw/ipfw.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/ipfw/ipfw.8
==============================================================================
--- stable/11/sbin/ipfw/ipfw.8	Sun Apr 14 11:19:08 2019	(r346202)
+++ stable/11/sbin/ipfw/ipfw.8	Sun Apr 14 11:50:07 2019	(r346203)
@@ -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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141150.x3EBo8wu026157>