summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-09-07 03:06:06 +0000
committerume <ume@FreeBSD.org>2000-09-07 03:06:06 +0000
commit0da497a9ffe00bfe34e14ec1f98e3787ae398f86 (patch)
treeaebdb50e25775054c38c8fb883f3088982ab6fdb /etc/pccard_ether
parent5450aa20ea5485db8cd0174f05360cec6d0f66f3 (diff)
downloadFreeBSD-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-xetc/pccard_ether2
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}
;;
OpenPOWER on IntegriCloud