diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-06-14 20:46:27 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-06-14 20:46:27 +0000 |
commit | 13b55b9a84e6e33be03fd661ab61c475144695f8 (patch) | |
tree | e1130bea9f0496acfd31ceef359f232788908a9a /sbin/ifconfig | |
parent | 4d309c000ced6028f3ce77ca7603b873b3e80ca3 (diff) |
llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index af54b29f477..e558c053ee3 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.268 2016/06/10 20:33:29 vgross Exp $ +.\" $OpenBSD: ifconfig.8,v 1.269 2016/06/14 20:46:26 sthen 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 $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 10 2016 $ +.Dd $Mdocdate: June 14 2016 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -330,7 +330,8 @@ be chosen randomly. .It Cm llprio Ar prio Set the priority for link layer communications .Pf ( Xr arp 4 , -.Xr bpf 4 ) . +.Xr bpf 4 , +.Xr pppoe 4 ) . .It Cm media Op Ar type Set the media type of the interface to .Ar type . |