diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-11-16 08:44:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-11-16 08:44:29 +0000 |
commit | 75c583b06d1a93dcc3cfe22fb12c1b8780b19bb2 (patch) | |
tree | 5b0c815e9b057bc2351cc542e980786ea21502cb /sbin/ifconfig/ifconfig.8 | |
parent | 635095df0f8656fc23a1d3159f6ff8c8806240f5 (diff) |
vlan uses txprio too
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 564a67a067f..91bc9b34e46 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.322 2018/11/16 01:10:51 dlg Exp $ +.\" $OpenBSD: ifconfig.8,v 1.323 2018/11/16 08:44:28 dlg Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -1831,6 +1831,7 @@ device will try to establish a data connection with the service provider. .Ar vlan-interface .Op Oo Fl Oc Ns Cm parent Ar parent-interface .Op Oo Fl Oc Ns Cm vnetid Ar vlan-tag +.Op Cm txprio Ar prio .Ek .nr nS 0 .Pp @@ -1871,6 +1872,12 @@ Valid tag values are from 1 to 4094 inclusive. Clear the tag value. Packets on a VLAN interface without a tag set will use a value of 0 in their headers. +.It Cm txprio Ar prio +Set the value used for the priority field in the 802.1Q or 802.1ad +headers. +Values may be from 0 to 7, or +.Ar packet +to use the priority of packets transmitted on the interface. .El .Sh EXAMPLES Assign the |