From owner-cvs-all Tue Dec 7 2:28:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21100150FE; Tue, 7 Dec 1999 02:28:09 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59221; Tue, 7 Dec 1999 02:28:09 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199912071028.CAA59221@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 7 Dec 1999 02:28:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c bridge.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/12/07 02:28:09 PST Modified files: (Branch: RELENG_3) sys/net bridge.c bridge.h Log: Long overdue patch to make bridging work properly with multicast and broadcast packets. The previous code did not pullup the headers, and because the protocol stack likes to NTOH*() fields in the buffer, this resulted in some cases in bogus packets going onto the wire. This patch also gives you the ability to define cluster of interfaces via a sysctl variable, so you can do the bridging separately in each cluster. Approved-by: Jordan Revision Changes Path 1.4.2.5 +354 -160 src/sys/net/bridge.c 1.2.2.1 +2 -3 src/sys/net/bridge.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message