From owner-freebsd-net@FreeBSD.ORG Tue May 10 23:18:37 2005 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 2190B16A4CE for ; Tue, 10 May 2005 23:18:37 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FECD43D4C for ; Tue, 10 May 2005 23:18:36 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 687D565218; Wed, 11 May 2005 00:17:24 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 69446-03; Wed, 11 May 2005 00:17:24 +0100 (BST) Received: from empiric.dek.spc.org (82-35-116-62.cable.ubr07.dals.blueyonder.co.uk [82.35.116.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9ADB565216; Wed, 11 May 2005 00:17:22 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 87B79625F; Wed, 11 May 2005 00:18:31 +0100 (BST) Date: Wed, 11 May 2005 00:18:31 +0100 From: Bruce M Simpson To: Jeremie Le Hen Message-ID: <20050510231831.GA729@empiric.icir.org> Mail-Followup-To: Jeremie Le Hen , Maksim Yevmenkin , freebsd-net@freebsd.org, yongari@rndsoft.co.kr References: <20050510004847.GA4990@rndsoft.co.kr> <4280F1C6.2030009@savvis.net> <20050510222549.GP91329@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050510222549.GP91329@obiwan.tataz.chchile.org> cc: freebsd-net@freebsd.org cc: yongari@rndsoft.co.kr Subject: Re: [PATCH] Re: tap interface and locally generated packets 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: Tue, 10 May 2005 23:18:37 -0000 On Wed, May 11, 2005 at 12:25:49AM +0200, Jeremie Le Hen wrote: > This is a little bit off-topic but I strongly support import of > if_bridge(4). AFAIK the latter supports spanning-tree protocol whereas > our bridge(4) doesn't. We're working on it. BMS