diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2009-09-12 22:08:20 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-09-12 22:08:20 +0000 |
| commit | a283298ce37cd720cace8565093671c4b3355623 (patch) | |
| tree | a8b68cd78a93144234b4c47ac70911fd744e48ff /share | |
| parent | 446e861708fda351569b0b69ee031ad91031f745 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/inet6.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index 27b08763cdd9..dad5ccf88658 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 29, 1999 +.Dd September 2, 2009 .Dt INET6 4 .Os .Sh NAME @@ -307,7 +307,8 @@ Integer: default maximum number of fragmented packets the node will accept. The flag is provided basically for avoiding possible DoS attacks. .It Dv IPV6CTL_ACCEPT_RTADV .Pq ip6.accept_rtadv -Boolean: enable/disable receiving of +Boolean: the default value of a per-interface flag to +enable/disable receiving of .Tn ICMPv6 router advertisement packets, and autoconfiguration of address prefixes and default routers. @@ -315,6 +316,11 @@ The node must be a host (not a router) for the option to be meaningful. Defaults to off. +.It Dv IPV6CTL_AUTO_LINKLOCAL +.Pq ip6.auto_linklocal +Boolean: the default value of a per-interface flag to +enable/disable performing automatic link-local address configuration. +Defaults to on. .It Dv IPV6CTL_KEEPFAITH .Pq ip6.keepfaith Boolean: enable/disable |
