Date: Tue, 13 Mar 2001 14:00:33 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c Message-ID: <200103132200.f2DM0Xc88870@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103132200.f2DM0Xc88870>