From owner-cvs-src@FreeBSD.ORG Fri Jul 13 01:46:17 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7380916A59B; Fri, 13 Jul 2007 01:46:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D12A613C949; Fri, 13 Jul 2007 01:26:44 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6D1QivM085299; Fri, 13 Jul 2007 01:26:44 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6D1QiJa085282; Fri, 13 Jul 2007 01:26:44 GMT (envelope-from thompsa) Message-Id: <200707130126.l6D1QiJa085282@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 13 Jul 2007 01:26:44 +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.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, 13 Jul 2007 01:46:17 -0000 thompsa 2007-07-13 01:26:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: Move the IFT_IEEE8023ADLAG case above the copy to IFP2ENADDR(ifp). This chunk of code has a slightly different layout to HEAD had was mismerged. This fixes lagg(4) on RELENG_6. Revision Changes Path 1.234.2.21 +1 -1 src/sys/net/if.c