summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/auto_linklocal
Commit message (Collapse)AuthorAgeFilesLines
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
|
* The sysctl(8) program exits on some errors and only emits warnings onmtm2008-06-231-1/+4
| | | | | | | | | others. In the case where it displayed warnings it would still return succesfully. Modify it so that it returns the number of sysctls that it was not able to set. Make use of this in rc.d to display only *unsuccessfull* attempts to set sysctls.
* Add "nojail" keyword to prevent spurious error messages.hrs2006-12-291-0/+1
| | | | | Spotted by: Keve Nagy PR: conf/107083
* Add a link-local address to the lo0 even when ipv6_enable="NO".hrs2006-12-081-0/+5
| | | | | | | | A kernel with INET6 always has ::1 on lo0, so in the case of ipv6_enable="NO" the lo0 can have ::1 with no link-local address. This is a violation of the IPv6 specification. As a workaround for this situation, fe80::1 is added in rc.d/auto_linklocal when lo0 has no link-local address. This should not be harmful for IPv4-only users.
* Suppress a spurious warning message when a kernel without INET6 ishrs2006-10-221-1/+1
| | | | | | | | used. Spotted by: ru Reviewed by: ume MFC after: 3 days
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-2/+8
| | | | | | | | If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linklocal is turned to 0 at boot. Discussed with: re@, gnn@ MFC after: 3 days
* Restore the behavior that net.inet6.ip6.auto_linklocal=0 couldume2006-10-071-0/+18
be coexist with ipv6_enable="YES". MFC after: 3 days
OpenPOWER on IntegriCloud