diff options
author | 2003-03-12 09:02:01 +0000 | |
---|---|---|
committer | 2003-03-12 09:02:01 +0000 | |
commit | 957b38391211fd9f2197a065b59783fb42bc735b (patch) | |
tree | 93c92c7604b14b056f6f3095d0bb6ef57e34349e | |
parent | another (diff) | |
download | wireguard-openbsd-957b38391211fd9f2197a065b59783fb42bc735b.tar.xz wireguard-openbsd-957b38391211fd9f2197a065b59783fb42bc735b.zip |
document setting ipx frame type; from ianm@cit.uws.edu.au
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5691701ef11..b09e6a3b120 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.62 2003/02/03 17:46:56 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.63 2003/03/12 09:02:01 mickey 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 $ .\" @@ -509,6 +509,10 @@ the hardware will be re-initialized. .It Cm vltime Ar n (inet6 only) Set valid lifetime for the address. +.It Cm 802.2 802.2tr 802.3 snap EtherII +Set the +.Xr ipx 3 +frame type to be either 802.2, 802.2tr, 802.3, snap or Ethernet II. .El .Pp .Pp |