Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jan 2017 06:08:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-rc@FreeBSD.org
Subject:   [Bug 159846] [rc.conf] routing_stop_inet6() logic doesn't handle ipv6_network_interfaces properly
Message-ID:  <bug-159846-4805-7DZxFE6HGw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-159846-4805@https.bugs.freebsd.org/bugzilla/>
References:  <bug-159846-4805@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D159846

Ngie Cooper <ngie@FreeBSD.org> changed:

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

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-159846-4805-7DZxFE6HGw>