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:
parent
cb0600bd54
commit
025ada8856
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65559
@ -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}
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user