[Bug 159846] [rc.conf] routing_stop_inet6() logic doesn't handle ipv6_network_interfaces properly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 3 06:08:00 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159846

Ngie Cooper <ngie at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |mfc-stable9?,
                   |                            |mfc-stable10+,
                   |                            |mfc-stable11+
           Severity|Affects Only Me             |Affects Some People
           Assignee|freebsd-rc at FreeBSD.org      |hrs at FreeBSD.org
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #3 from Ngie Cooper <ngie at FreeBSD.org> ---
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.


More information about the freebsd-rc mailing list