From owner-cvs-all Mon Sep 25 10:24: 6 2000 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 BDC2837B424; Mon, 25 Sep 2000 10:24:03 -0700 (PDT) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96682; Mon, 25 Sep 2000 10:24:03 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200009251724.KAA96682@freefall.freebsd.org> From: Nick Sayer Date: Mon, 25 Sep 2000 10:24:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/09/25 10:24:03 PDT Modified files: sys/net bridge.c Log: In theory, m_dup should not be necessary, as m_copypacket should be sifficient. But somewhere (I believe in the UDP stuff), someone is overwriting an mbuf without calling m_pullup() first. This results in broad- and multi-cast traffic that is passed through the bridge getting corrupted. This should be backed out when there is some assurance that the upper layers (and I suppose all of the device drivers) are fixed. Suggested by: archie Revision Changes Path 1.26 +4 -4 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message