From owner-freebsd-questions Mon Apr 12 21: 6: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chat.ecp.fr (chat.ecp.fr [138.195.33.30]) by hub.freebsd.org (Postfix) with ESMTP id 5A46C14EA0 for ; Mon, 12 Apr 1999 21:06:00 -0700 (PDT) (envelope-from dae@via.ecp.fr) Received: from via.ecp.fr (daette.via.ecp.fr [138.195.137.130]) by chat.ecp.fr (8.8.8/jtpda-5.3) with ESMTP id DAA18649 ; Tue, 13 Apr 1999 03:03:25 +0200 (MET DST) Message-ID: <37129844.7E100CB1@via.ecp.fr> Date: Tue, 13 Apr 1999 03:05:08 +0200 From: Andres Organization: ZoY X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Guy Helmer Cc: Vallo Kallaste , questions@freebsd.org Subject: Re: bridging References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG success !! thank's to all who have responded and to guy for his patch. what i've learned from it: 3.1-Release doesn't have ed or ep bridging support. so i upgraded to stable. 3.1-Stable does have ed bridging support (plus a few others) but not ep. then i applied guy's patches, and the bridging was going one way but not the other. (ie the packets that arrived to the ep were still not bridged). in fact the bridge code was not compiled within the ep driver, because no BRIDGE was #defined. a #define "opt_bdg.h" at the begining of if_ep.c did the trick. so now i've got a bridging, firewalling and traffic shaping machine running, and pleased with it. if anyone wants a complete patch to the latest 3.1-stable if_ep.c, please tell me (it's basically guy's one plus the #define "opt_bdg.h"). regards, Andres To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message