FreeBSD Bugzilla – Attachment 224621 Details for
Bug 255557
ifconfig(8): vlanpcp 5 should refer to voice, not video
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ifconfig(8): Minor documentation fix
0001-ifconfig-Minor-documentation-fix.patch (text/plain), 1.84 KB, created by
Jose Luis Duran
on 2021-05-02 21:46:19 UTC
(
hide
)
Description:
ifconfig(8): Minor documentation fix
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2021-05-02 21:46:19 UTC
Size:
1.84 KB
patch
obsolete
>From 3176bbb52c3034eec5fcde793a104791ae6ed222 Mon Sep 17 00:00:00 2001 >From: Jose Luis Duran <jlduran@gmail.com> >Date: Thu, 29 Apr 2021 11:03:48 -0000 >Subject: [PATCH] ifconfig: Minor documentation fix > >Fix what appears to have been a small copy/paste typo in ifconfig(8)'s >documentation (man page and header file). > >Not that it matters anymore. > >Reference: Table I-2 in IEEE Std 802.1Q-2014. >--- > sbin/ifconfig/ifconfig.8 | 6 +++--- > sys/net/ethernet.h | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 >index b8adad3c75b..f183bc3dd66 100644 >--- a/sbin/ifconfig/ifconfig.8 >+++ b/sbin/ifconfig/ifconfig.8 >@@ -28,7 +28,7 @@ > .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 > .\" $FreeBSD$ > .\" >-.Dd January 28, 2021 >+.Dd April 29, 2021 > .Dt IFCONFIG 8 > .Os > .Sh NAME >@@ -2729,9 +2729,9 @@ Values in order of priority are: > .Cm 3 > .Pq Dv Critical applications , > .Cm 4 >-.Pq Dv Video, < 100ms latency , >+.Pq Dv Video, < 100ms latency and jitter , > .Cm 5 >-.Pq Dv Video, < 10ms latency , >+.Pq Dv Voice, < 10ms latency and jitter , > .Cm 6 > .Pq Dv Internetwork control , > .Cm 7 >diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h >index f174ca9eb14..9a80a6db794 100644 >--- a/sys/net/ethernet.h >+++ b/sys/net/ethernet.h >@@ -416,8 +416,8 @@ struct ether_vlan_header { > #define IEEE8021Q_PCP_BE 0 /* Best effort (default) */ > #define IEEE8021Q_PCP_EE 2 /* Excellent effort */ > #define IEEE8021Q_PCP_CA 3 /* Critical applications */ >-#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency */ >-#define IEEE8021Q_PCP_VO 5 /* Video, < 10ms latency */ >+#define IEEE8021Q_PCP_VI 4 /* Video, < 100ms latency and jitter */ >+#define IEEE8021Q_PCP_VO 5 /* Voice, < 10ms latency and jitter */ > #define IEEE8021Q_PCP_IC 6 /* Internetwork control */ > #define IEEE8021Q_PCP_NC 7 /* Network control (highest) */ > >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255557
: 224621