From owner-cvs-all@FreeBSD.ORG Fri Jan 18 00:19:10 2008 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 D0C4B16A417; Fri, 18 Jan 2008 00:19:10 +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 9DB4213C4D9; Fri, 18 Jan 2008 00:19:10 +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 m0I0JAlR076153; Fri, 18 Jan 2008 00:19:10 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0I0JAwr076152; Fri, 18 Jan 2008 00:19:10 GMT (envelope-from thompsa) Message-Id: <200801180019.m0I0JAwr076152@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 18 Jan 2008 00:19:10 +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/sys/net if_bridge.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, 18 Jan 2008 00:19:10 -0000 thompsa 2008-01-18 00:19:10 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: IEEE 802.1D-2004 states, frames containing any of the group MAC Addresses specified in Table 7-10 in their destination address field shall not be relayed by the Bridge. Add a check in bridge_forward() to adhere to this. PR: kern/119744 Revision Changes Path 1.111 +14 -1 src/sys/net/if_bridge.c