From owner-cvs-all Tue Mar 13 14: 0:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF6DD37B719; Tue, 13 Mar 2001 14:00:33 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2DM0Xc88870; Tue, 13 Mar 2001 14:00:33 -0800 (PST) (envelope-from luigi) Message-Id: <200103132200.f2DM0Xc88870@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 13 Mar 2001 14:00:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/03/13 14:00:33 PST Modified files: (Branch: RELENG_4) sys/net if_ethersubr.c Log: Fix breakage in bridging introduced in 1.70.2.13: when doing bridging, we want to receive packets from all interfaces in the same cluster, so the MAC address check does not apply (it is already done in the bridging functions). May I ask, for the future, a bit more thinking to the side effects of your changes before committing them ??? Approved-by: jkh Revision Changes Path 1.70.2.15 +4 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message