diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-11-14 15:49:31 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-11-14 15:49:31 +0000 |
| commit | 9c2fe1b8660928d2582891acbf093e58e2231034 (patch) | |
| tree | 01ee077f786c7081ce50b60a5fcdc3f35a33b2c0 /etc/rc.network6 | |
| parent | 70b25a7daf0ce15104e1f4155471edf513bf9cb9 (diff) | |
Notes
Diffstat (limited to 'etc/rc.network6')
| -rw-r--r-- | etc/rc.network6 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.network6 b/etc/rc.network6 index 0b5bdf5901a7..aa5030651520 100644 --- a/etc/rc.network6 +++ b/etc/rc.network6 @@ -453,11 +453,11 @@ network6_default_interface_setup() { route add -inet6 fe80:: -prefixlen 10 ::1 -reject case ${ipv6_default_interface} in [Nn][Oo] | '') - route add -inet6 fec0:: -prefixlen 10 ::1 -reject + route add -inet6 ff02:: -prefixlen 16 ::1 -reject ;; *) laddr=`network6_getladdr ${ipv6_default_interface}` - route add -inet6 fec0:: ${laddr} -prefixlen 10 -interface \ + route add -inet6 ff02:: ${laddr} -prefixlen 16 -interface \ -cloning # Disable installing the default interface with the @@ -467,7 +467,6 @@ network6_default_interface_setup() { # configured default route. case ${ipv6_gateway_enable} in [Yy][Ee][Ss]) - ndp -I ${ipv6_default_interface} ;; *) if [ `sysctl -n net.inet6.ip6.accept_rtadv` -eq 1 ] |
