1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Make sure to accept RA. Some laptops run /etc/pccard_ether before

/etc/rc.network6.

PR:		bin/21062
This commit is contained in:
Hajimu UMEMOTO 2000-09-07 03:06:06 +00:00
parent cb0600bd54
commit 025ada8856
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65559

View File

@ -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}
;;