aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-09-07 03:06:06 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-09-07 03:06:06 +0000
commit025ada8856186e277c4b1b5ac6c26b5f53e95add (patch)
treef5b1ac88eef5e00c82cd0add133749e344b2f065 /etc
parentcb0600bd5456913a3f56dff91f1c843afb9b86eb (diff)
downloadsrc-025ada8856186e277c4b1b5ac6c26b5f53e95add.tar.gz
src-025ada8856186e277c4b1b5ac6c26b5f53e95add.zip
Make sure to accept RA. Some laptops run /etc/pccard_ether before
/etc/rc.network6. PR: bin/21062
Notes
Notes: svn path=/head/; revision=65559
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 1e6d86d4f5cf..6e2475e1e22b 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}
;;