diff options
author | 2014-12-03 21:30:30 +0000 | |
---|---|---|
committer | 2014-12-03 21:30:30 +0000 | |
commit | 4a2617faa1f79faf6b71eaf1755d98647447c0be (patch) | |
tree | e2ed7a3ba7f81e16c6919f3abfbc13cd747a4c67 | |
parent | rtsol is gone (diff) | |
download | wireguard-openbsd-4a2617faa1f79faf6b71eaf1755d98647447c0be.tar.xz wireguard-openbsd-4a2617faa1f79faf6b71eaf1755d98647447c0be.zip |
ifconfig $if inet6 autoconf sends periodic router solicitations.
input jmc@
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7e214b3b416..be5e0bd5b7c 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.248 2014/12/03 20:15:37 florian Exp $ +.\" $OpenBSD: ifconfig.8,v 1.249 2014/12/03 21:30:30 florian 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 $ .\" @@ -155,9 +155,11 @@ Disable the use of ARP. Enable autoconfiguration. Valid for .Dq inet6 -only, +only. +If .Cm autoconf -controls whether router advertisements will be accepted on this interface. +is enabled router advertisements are accepted on this interface and +the kernel sends periodic router solicitations from this interface. .It Fl autoconf Disable autoconfiguration. .It Cm broadcast Ar addr |