]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 196589:
authordougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Aug 2009 17:53:25 +0000 (17:53 +0000)
committerdougb <dougb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Aug 2009 17:53:25 +0000 (17:53 +0000)
commitf3420ae8f089b0403d5802ab5378ed464d0f70f3
treea0afd303acfc5dfb1fb731d0f380a121989f3c9a
parent30478f914c3b886fe2d87d2d3208384c59dee877
MFC 196589:

In the loop through the list of interfaces in network6_interface_setup()
rtsol_interface gets reset to "yes" each time through the loop, but
rtsol_available does not. If a user has lo0 first in their list of
interfaces rtsol_available will get set to "no" the first time through
the loop and subsequent interfaces will not get rtsol'ed when they should.

Therefore change the conditional for the is_wired() test to _interface.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196604 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/network.subr