From owner-freebsd-net@FreeBSD.ORG Thu Aug 21 10:48:39 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1FDB16A4BF; Thu, 21 Aug 2003 10:48:38 -0700 (PDT) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FCC243FBF; Thu, 21 Aug 2003 10:48:38 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.8p1/8.12.8) with ESMTP id h7LHmbf8036730; Thu, 21 Aug 2003 10:48:37 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.8p1/8.12.8/Submit) id h7LHmbw9036729; Thu, 21 Aug 2003 10:48:37 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200308211748.h7LHmbw9036729@ambrisko.com> In-Reply-To: <3F4501FF.6040608@tcoip.com.br> To: "Daniel C. Sobral" Date: Thu, 21 Aug 2003 10:48:37 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-net@freebsd.org cc: larse@ISI.EDU Subject: Re: CFR: bridge locking X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 17:48:39 -0000 Daniel C. Sobral writes: | Err... mmmm... I don't know what a vmnet is, and "apropos" told me no | tales. :-) man tap | Alas, I tried netgraph to. It suffers from about the same problem. | Packets on the bridge do not go to the vlan, and packets from the vlan | do not get sent to the bridged interfaces (just the attached one). | | I tried ng_iface, but vlan won't attach to that. | | Someone mentioned ng_eiface, which, from the looks of it, has potential. | Unfortunately, there's no documentation on it, so I don't have any idea | on how to use it. Tell, me about. I couldn't figure out how to use it so I just tie a vmnet device to it (but after 4.6 you need the tap patch) ... BTW a hint was in the patch file since the patch was to if_tap.c. a21p% uname -a FreeBSD a21p 4.8-STABLE FreeBSD 4.8-STABLE #1: Thu Aug 7 22:08:31 PDT 2003 root@a21p:/data/home/ambrisko/stable/usr/src/sys/compile/THINK i386 a21p% man ng_eiface No manual entry for ng_eiface a21p% Doug A.