diff options
author | 2014-06-23 18:55:29 +0000 | |
---|---|---|
committer | 2014-06-23 18:55:29 +0000 | |
commit | e12c837c325b9848f53bf60234dc676eabe90927 (patch) | |
tree | c2eafa7b121667abae15d31f57004057074e5fa6 | |
parent | Fix possible crash on invalid filesystems. (diff) | |
download | wireguard-openbsd-e12c837c325b9848f53bf60234dc676eabe90927.tar.xz wireguard-openbsd-e12c837c325b9848f53bf60234dc676eabe90927.zip |
first attempt at documenting NOINET6 by default and eui64 turning it on again
-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 909f1419790..591ccf4c896 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.241 2014/04/22 10:11:32 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.242 2014/06/23 18:55:29 henning 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: April 22 2014 $ +.Dd $Mdocdate: June 23 2014 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -283,7 +283,8 @@ Disable on the given interface and remove all configured .Xr inet6 4 addresses, including the link-local ones. -To turn it on again, assign any inet6 address or run +This is the default. +To turn inet6 on, use eui64, assign any inet6 address or run .Xr rtsol 8 . .It Cm instance Ar minst Set the media instance to |