diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-06-27 19:28:37 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-06-27 19:28:37 +0000 |
| commit | a6c0b9d08512442e4f4a2359cb5c87189ad659d7 (patch) | |
| tree | 6f8527defee7ebc95bb46880abdc36bdcb1a3663 | |
| parent | 7c3f17c5d595ba8adca2faf81ed3ef1d8d45869b (diff) | |
Notes
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f1a35a0050bf2..7c4c9ac2596af 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd April 29, 2017 +.Dd June 27, 2018 .Dt IFCONFIG 8 .Os .Sh NAME @@ -724,10 +724,6 @@ controls whether this flag is set by default or not. .It Cm -accept_rtadv Clear a flag .Cm accept_rtadv . -.It Cm autoconf -Set a flag to accept router advertisements on an interface. -.It Fl autoconf -Disable autoconfiguration. .It Cm no_radr Set a flag to control whether routers from which the system accepts Router Advertisement messages will be added to the Default Router List @@ -800,6 +796,10 @@ Note that the address family keyword .Dq Li inet6 is needed for them: .Bl -tag -width indent +.It Cm autoconf +Set the IPv6 autoconfigured address bit. +.It Fl autoconf +Clear the IPv6 autoconfigured address bit. .It Cm deprecated Set the IPv6 deprecated address bit. .It Fl deprecated |
