From owner-cvs-src@FreeBSD.ORG Fri Dec 21 05:34:36 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B5F016A418; Fri, 21 Dec 2007 05:34:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39E0C13C442; Fri, 21 Dec 2007 05:34:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBL5YaSr086322; Fri, 21 Dec 2007 05:34:36 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBL5Yace086321; Fri, 21 Dec 2007 05:34:36 GMT (envelope-from thompsa) Message-Id: <200712210534.lBL5Yace086321@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Dec 2007 05:34:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_lagg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 05:34:36 -0000 thompsa 2007-12-21 05:34:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_lagg.c Log: MFC r1.25 - Use the macro to check the port status has it will also test if its administratively down (!IFF_UP) - Use the same parameters to lagg_link_active() to get the backup port as in the output path, this didnt actually matter in practice as sc_primary is always the first on the port list. Approved by: re (kensmith) Revision Changes Path 1.11.2.10 +2 -2 src/sys/net/if_lagg.c