svn commit: r351086 - head/sbin/ifconfig

John-Mark Gurney jmg at FreeBSD.org
Thu Aug 15 16:58:01 UTC 2019


Author: jmg
Date: Thu Aug 15 16:58:00 2019
New Revision: 351086
URL: https://svnweb.freebsd.org/changeset/base/351086

Log:
  finish the pcp feature, but documenting it in the man page...

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Thu Aug 15 16:28:05 2019	(r351085)
+++ head/sbin/ifconfig/ifconfig.8	Thu Aug 15 16:58:00 2019	(r351086)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd June 28, 2019
+.Dd August 15, 2019
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -705,6 +705,13 @@ No packets are transmitted, and received packets are d
 processing.
 .It Fl monitor
 Take the interface out of monitor mode.
+.It Cm pcp Ar priority_code_point
+Priority code point
+.Pq Dv PCP
+is an 3-bit field which refers to the IEEE 802.1p
+class of service and maps to the frame priority level.
+.It Fl pcp
+Stop tagging packets on the interface w/ the priority code point.
 .It Cm up
 Mark an interface
 .Dq up .


More information about the svn-src-all mailing list