From owner-cvs-all@FreeBSD.ORG Fri Dec 21 05:33:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CAEC16A41A; Fri, 21 Dec 2007 05:33:49 +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 0AE5113C467; Fri, 21 Dec 2007 05:33:49 +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 lBL5XmJI086283; Fri, 21 Dec 2007 05:33:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBL5Xm6K086282; Fri, 21 Dec 2007 05:33:48 GMT (envelope-from thompsa) Message-Id: <200712210533.lBL5Xm6K086282@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Dec 2007 05:33:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/net if_lagg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 05:33:49 -0000 thompsa 2007-12-21 05:33:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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.19.2.5 +2 -2 src/sys/net/if_lagg.c