Bug 232786 - ipfw.8: fix allowed DSCP values range. 0..64 -> 0..63
Summary: ipfw.8: fix allowed DSCP values range. 0..64 -> 0..63
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-10-29 16:12 UTC by Sergey Akhmatov
Modified: 2019-04-14 11:50 UTC (History)
2 users (show)

See Also:


Attachments
ipfw DSCP range fix (691 bytes, patch)
2018-10-29 16:12 UTC, Sergey Akhmatov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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