Bug 232786

Summary: ipfw.8: fix allowed DSCP values range. 0..64 -> 0..63
Product: Documentation Reporter: Sergey Akhmatov <sergey>
Component: Manual PagesAssignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, ygy
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ipfw DSCP range fix none

Description Sergey Akhmatov 2018-10-29 16:12:37 UTC
Created attachment 198738 [details]
ipfw DSCP range fix

manpage says that: "DSCP value can be specified by number (0..64)."
It's 0..63 actually: DSCP is 6-bit number.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-21 00:23:18 UTC
A commit references this bug:

Author: ygy
Date: Wed Nov 21 00:22:31 UTC 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@akhmatov.ru>
  Reviewed by:	AllanJude
  MFC after:	1 week

Changes:
  head/sbin/ipfw/ipfw.8
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-28 09:10:36 UTC
A commit references this bug:

Author: ygy
Date: Wed Nov 28 09:10:29 UTC 2018
New revision: 341121
URL: https://svnweb.freebsd.org/changeset/base/341121

Log:
  MFC r340717:

  Fix incorrect DSCP value range from 0..64 to 0..63.

  PR:		232786
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
  Reviewed by:	AllanJude

Changes:
_U  stable/12/
  stable/12/sbin/ipfw/ipfw.8
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-14 11:50:30 UTC
A commit references this bug:

Author: ae
Date: Sun Apr 14 11:50:08 UTC 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>

Changes:
_U  stable/11/
  stable/11/sbin/ipfw/ipfw.8