https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172521
Yann Kerherve <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Yann Kerherve <[email protected]> --- I believe the fix is: --- a/etc/network.subr 2019-05-17 09:48:19.186776000 -0700 +++ b/etc/network.subr 2019-05-17 09:49:38.591154000 -0700 @@ -743,10 +743,6 @@ _ifs="^" _ret=1 - if ! ipv6if $_if; then - return 0 - fi - ipv6_accept_rtadv_down ${_if} && _ret=0 ipv6_prefix_hostid_addr_common ${_if} -alias && _ret=0 ifalias ${_if} inet6 -alias && _ret=0 ipv4_down doesn't check for ipv4 configs before tearing netif down, nor should ipv6. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
