diff options
author | ume <ume@FreeBSD.org> | 2000-09-07 03:06:06 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2000-09-07 03:06:06 +0000 |
commit | 0da497a9ffe00bfe34e14ec1f98e3787ae398f86 (patch) | |
tree | aebdb50e25775054c38c8fb883f3088982ab6fdb /etc/pccard_ether | |
parent | 5450aa20ea5485db8cd0174f05360cec6d0f66f3 (diff) | |
download | FreeBSD-src-0da497a9ffe00bfe34e14ec1f98e3787ae398f86.zip FreeBSD-src-0da497a9ffe00bfe34e14ec1f98e3787ae398f86.tar.gz |
Make sure to accept RA. Some laptops run /etc/pccard_ether before
/etc/rc.network6.
PR: bin/21062
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-x | etc/pccard_ether | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether index 1e6d86d..6e2475e 100755 --- a/etc/pccard_ether +++ b/etc/pccard_ether @@ -72,6 +72,8 @@ case ${ipv6_enable} in [Yy][Ee][Ss]) ;; *) + sysctl -w net.inet6.ip6.forwarding=0 + sysctl -w net.inet6.ip6.accept_rtadv=1 ifconfig ${interface} up rtsol ${interface} ;; |