diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2006-10-22 17:21:03 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-10-22 17:21:03 +0000 |
| commit | e7bf82055f4ed79c4ff815baf027c6a4a9fe6e0a (patch) | |
| tree | 7741fedc4a1b987dce7006a8a41ccd10a85359a6 | |
| parent | e3af7c042ccb911a6e8b70edabc8bbdb73f5ecd8 (diff) | |
Notes
| -rw-r--r-- | etc/rc.d/auto_linklocal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/auto_linklocal b/etc/rc.d/auto_linklocal index f09e97663b90..7f37290b4d8a 100644 --- a/etc/rc.d/auto_linklocal +++ b/etc/rc.d/auto_linklocal @@ -15,7 +15,7 @@ stop_cmd=":" auto_linklocal_start() { - if ! checkyesno ipv6_enable; then + if ! checkyesno ipv6_enable && ${SYSCTL} net.inet6 > /dev/null 2>&1; then ${SYSCTL_W} net.inet6.ip6.auto_linklocal=0 fi } |
