Date: Thu, 27 Aug 2009 17:53:25 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc network.subr Message-ID: <200908271753.n7RHrhnX077395@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2009-08-27 17:53:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) etc network.subr Log: SVN rev 196604 on 2009-08-27 17:53:25Z by dougb 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) Revision Changes Path 1.195.2.3 +2 -2 src/etc/network.subr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908271753.n7RHrhnX077395>