diff options
author | 2002-06-14 09:14:24 +0000 | |
---|---|---|
committer | 2002-06-14 09:14:24 +0000 | |
commit | fec8d6ce715b261377cee937b88842d25e4d88ff (patch) | |
tree | ca71fc8510db4e93aa6dd81b93b6c3c2dcd68748 | |
parent | add "eui64" option. from ww@styx.org. sync usage with reality. (diff) | |
download | wireguard-openbsd-fec8d6ce715b261377cee937b88842d25e4d88ff.tar.xz wireguard-openbsd-fec8d6ce715b261377cee937b88842d25e4d88ff.zip |
manpage for eui64
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 3e4fd5323c1..863eb3109b6 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.57 2002/06/09 08:13:06 todd Exp $ +.\" $OpenBSD: ifconfig.8,v 1.58 2002/06/14 09:14:24 itojun 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 $ .\" @@ -471,6 +471,11 @@ Set the IPv6 tentative address bit. .It Fl tentative (inet6 only) Clear the IPv6 tentative address bit. +.It eui64 +(inet6 only) +Fill interface index +.Pq lowermost 64bit of an IPv6 address +automatically. .It Cm trailers Request the use of a .Dq trailer |