Date: Thu, 27 Aug 2009 15:24:26 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc network.subr Message-ID: <200908271524.n7RFOddq053801@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2009-08-27 15:24:26 UTC
FreeBSD src repository
Modified files:
etc network.subr
Log:
SVN rev 196589 on 2009-08-27 15:24:26Z by dougb
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.
Noticed by: Dimitry Andric <dimitry@andric.com>
Revision Changes Path
1.199 +2 -2 src/etc/network.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908271524.n7RFOddq053801>
