From owner-cvs-all@FreeBSD.ORG Sun Nov 4 08:32:27 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 6C3A316A418; Sun, 4 Nov 2007 08:32: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 5E08913C480; Sun, 4 Nov 2007 08:32: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 lA48WRpY076685; Sun, 4 Nov 2007 08:32:27 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA48WRYW076684; Sun, 4 Nov 2007 08:32:27 GMT (envelope-from thompsa) Message-Id: <200711040832.lA48WRYW076684@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 4 Nov 2007 08:32:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net if_bridge.c if_bridgevar.h 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: Sun, 04 Nov 2007 08:32:27 -0000 thompsa 2007-11-04 08:32:27 UTC FreeBSD src repository Modified files: sbin/ifconfig ifbridge.c ifconfig.8 sys/net if_bridge.c if_bridgevar.h Log: Add an option to limit the number of source MACs that can be behind a bridge interface. Once the limit is reached packets with unknown source addresses are dropped until an existing host cache entry expires or is removed. Useful to use with the STICKY cache option. Sponsored by: miniSuperHappyDevHouse NZ Revision Changes Path 1.12 +28 -6 src/sbin/ifconfig/ifbridge.c 1.144 +5 -0 src/sbin/ifconfig/ifconfig.8 1.106 +86 -23 src/sys/net/if_bridge.c 1.24 +5 -0 src/sys/net/if_bridgevar.h