From owner-cvs-src@FreeBSD.ORG Thu Apr 10 04:01:27 2008 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 6B2FE1065671; Thu, 10 Apr 2008 04:01:27 +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 41BE88FC1C; Thu, 10 Apr 2008 04:01:27 +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 m3A41RXU084388; Thu, 10 Apr 2008 04:01:27 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3A41R9x084387; Thu, 10 Apr 2008 04:01:27 GMT (envelope-from thompsa) Message-Id: <200804100401.m3A41R9x084387@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 10 Apr 2008 04:01:27 +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_bridge.c if_bridgevar.h src/sbin/ifconfig ifbridge.c ifconfig.8 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, 10 Apr 2008 04:01:27 -0000 thompsa 2008-04-10 04:01:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net if_bridge.c if_bridgevar.h sbin/ifconfig ifbridge.c ifconfig.8 Log: MFC if_bridge.c r1.106, if_bridgevar.h r1.24 ifbridge.c r1.12, ifconfig.8 r1.144 Add an option to limit the number of source MACs that can be behind a bridge interface. Revision Changes Path 1.11.2.1 +28 -6 src/sbin/ifconfig/ifbridge.c 1.142.2.3 +5 -0 src/sbin/ifconfig/ifconfig.8 1.103.2.4 +86 -23 src/sys/net/if_bridge.c 1.23.2.2 +5 -1 src/sys/net/if_bridgevar.h