summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2018-11-16 08:43:53 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2018-11-16 08:43:53 +0000
commit635095df0f8656fc23a1d3159f6ff8c8806240f5 (patch)
tree87144666c28f69dcf711e799a5eb432a0ce23cf9 /share/man/man4
parent25fe2e90c7b9cc23f15984ce9da28a219dd7fbf4 (diff)
switch from link0 and llprio to txprio for forcing dot1p prios
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/vlan.417
1 files changed, 7 insertions, 10 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 7a1f3ff8858..c9f93713bc2 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vlan.4,v 1.49 2018/04/07 13:34:39 jmc Exp $
+.\" $OpenBSD: vlan.4,v 1.50 2018/11/16 08:43:52 dlg Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 7 2018 $
+.Dd $Mdocdate: November 16 2018 $
.Dt VLAN 4
.Os
.Sh NAME
@@ -84,18 +84,16 @@ identifiers, and decapsulated for reception on the associated virtual
interfaces.
.Pp
The 802.1Q and 802.1ad protocols include a priority field.
-By default, the priority of a transmitted packet is based on the
+By default, the 802.1p priority in a transmitted packet is based on the
priority of packets sent over the interface, which may
be altered via
.Xr pf.conf 5 ;
see the
.Cm prio
option for more information.
-Alternatively, the
-.Cm link0
-flag may be set to use the interface's
-.Cm llprio
-value for transmitted packets.
+Alternatively,
+.Cm txprio
+can set a specific priority for transmitted packets.
.Pp
.Nm vlan
and
@@ -183,8 +181,7 @@ Remove a custom MAC address from an 802.1Q VLAN interface:
Force the use of priority 1 for transmitted packets, regardless of
the packet priority:
.Bd -literal -offset indent
-# ifconfig vlan0 llprio 1
-# ifconfig vlan0 link0
+# ifconfig vlan0 txprio 1
.Ed
.Sh SEE ALSO
.Xr inet 4 ,