https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159846
Ngie Cooper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable9?, | |mfc-stable10+, | |mfc-stable11+ Severity|Affects Only Me |Affects Some People Assignee|[email protected] |[email protected] Status|In Progress |Closed Resolution|--- |FIXED --- Comment #3 from Ngie Cooper <[email protected]> --- Fixed on ^/head - ^/stable/10: 230991 hrs for i in `list_net_interfaces`; do 230991 hrs if ipv6if $i; then 230991 hrs ifconfig $i inet6 -defaultif 230991 hrs fi 197139 hrs done but not ^/stable/9: 197139 hrs for i in ${ipv6_network_interfaces}; do 197139 hrs ifconfig $i inet6 -defaultif 197139 hrs done $ svn log -c 230991 ------------------------------------------------------------------------ r230991 | hrs | 2012-02-04 10:14:49 -0800 (Sat, 04 Feb 2012) | 5 lines Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when it was set to "auto", for example. MFC after: 3 days I don't think it's worth pursuing on ^/stable/9 though, given that it's EOL. -- 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]"
