summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-09-19 16:01:53 +0000
committerhrs <hrs@FreeBSD.org>2011-09-19 16:01:53 +0000
commitb20c15d80bd46b4ea80d385c984e6e79371a3d1a (patch)
tree30bd3f37af41c922aa817e102ead6a48dc3a4796 /sbin
parent9d87be50d4a0cf845119e33082efbe0c4588b1fd (diff)
downloadFreeBSD-src-b20c15d80bd46b4ea80d385c984e6e79371a3d1a.zip
FreeBSD-src-b20c15d80bd46b4ea80d385c984e6e79371a3d1a.tar.gz
- Document inet6 no_radr flag.
- Add descriptions of sysctl(8) variables which can control the default configuration of the inet6 flags. Approved by: re (kib)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.827
1 files changed, 26 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index cec32c5..280baaa 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 July 3, 2011
+.Dd September 13, 2011
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -626,12 +626,37 @@ is needed for them:
.Bl -tag -width indent
.It Cm accept_rtadv
Set a flag to enable accepting ICMPv6 Router Advertisement messages.
+The
+.Xr sysctl 8
+variable
+.Va net.inet6.ip6.accept_rtadv
+controls whether this flag is set by default or not.
.It Cm -accept_rtadv
Clear a flag
.Cm accept_rtadv .
+.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
+or not.
+When the
+.Cm accept_rtadv
+flag is disabled, this flag has no effect.
+The
+.Xr sysctl 8
+variable
+.Va net.inet6.ip6.no_radr
+controls whether this flag is set by default or not.
+.It Cm -no_radr
+Clear a flag
+.Cm no_radr .
.It Cm auto_linklocal
Set a flag to perform automatic link-local address configuration when
the interface becomes available.
+The
+.Xr sysctl 8
+variable
+.Va net.inet6.ip6.auto_linklocal
+controls whether this flag is set by default or not.
.It Cm -auto_linklocal
Clear a flag
.Cm auto_linklocal .
OpenPOWER on IntegriCloud