From owner-cvs-src@FreeBSD.ORG Fri Dec 21 05:30:47 2007 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 7608716A41A; Fri, 21 Dec 2007 05:30:47 +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 53C3213C4CC; Fri, 21 Dec 2007 05:30:47 +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 lBL5Ul5r085279; Fri, 21 Dec 2007 05:30:47 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBL5UlCM085278; Fri, 21 Dec 2007 05:30:47 GMT (envelope-from thompsa) Message-Id: <200712210530.lBL5UlCM085278@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Dec 2007 05:30:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/sys/net if_bridge.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, 21 Dec 2007 05:30:47 -0000 thompsa 2007-12-21 05:30:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) sys/net if_bridge.c Log: MFC r1.108 When the bridge has an address and a packet comes in for it then drop it if the link has been marked discarding by Spanning Tree. Approved by: re (kensmith) Revision Changes Path 1.11.2.53.2.1 +7 -0 src/sys/net/if_bridge.c