From owner-cvs-src-old@FreeBSD.ORG Thu Aug 27 17:53:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC93A106568D for ; Thu, 27 Aug 2009 17:53:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB26B8FC3E for ; Thu, 27 Aug 2009 17:53:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7RHrhqJ077396 for ; Thu, 27 Aug 2009 17:53:43 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7RHrhnX077395 for cvs-src-old@freebsd.org; Thu, 27 Aug 2009 17:53:43 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <200908271753.n7RHrhnX077395@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Thu, 27 Aug 2009 17:53:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/etc network.subr X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 17:53:43 -0000 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