From owner-cvs-src@FreeBSD.ORG Thu Dec 29 10:56:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A720316A41F; Thu, 29 Dec 2005 10:56:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ACC843D45; Thu, 29 Dec 2005 10:56:11 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBTAuASI034807; Thu, 29 Dec 2005 10:56:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBTAuAbT034806; Thu, 29 Dec 2005 10:56:10 GMT (envelope-from thompsa) Message-Id: <200512291056.jBTAuAbT034806@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 29 Dec 2005 10:56:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.c ifconfig.h src/sys/net if_bridge.c if_bridgevar.h if_ethersubr.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: Thu, 29 Dec 2005 10:56:11 -0000 thompsa 2005-12-29 10:56:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ifconfig ifbridge.c ifconfig.c ifconfig.h sys/net if_bridge.c if_bridgevar.h if_ethersubr.c Log: MFC: Add support for creating span ports on a bridge Revision Changes Path 1.1.4.2 +22 -0 src/sbin/ifconfig/ifbridge.c 1.106.2.5 +2 -0 src/sbin/ifconfig/ifconfig.c 1.12.2.3 +2 -0 src/sbin/ifconfig/ifconfig.h 1.23.2.6 +195 -10 src/sys/net/if_bridge.c 1.4.4.3 +5 -2 src/sys/net/if_bridgevar.h 1.177.2.10 +0 -7 src/sys/net/if_ethersubr.c