Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2019 16:58:01 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351086 - head/sbin/ifconfig
Message-ID:  <201908151658.x7FGw194023048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



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