From owner-freebsd-net@FreeBSD.ORG Wed Jan 26 02:33:49 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 30C4616A4CF for ; Wed, 26 Jan 2005 02:33:49 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22AF43D5A for ; Wed, 26 Jan 2005 02:33:48 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0CD8B653FF; Wed, 26 Jan 2005 02:33:48 +0000 (GMT) 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 27755-01; Wed, 26 Jan 2005 02:33:47 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 1ACD2652FE; Wed, 26 Jan 2005 02:33:46 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 27A2F62E0; Wed, 26 Jan 2005 02:33:54 +0000 (GMT) Date: Wed, 26 Jan 2005 02:33:54 +0000 From: Bruce M Simpson To: Jeremie Le Hen Message-ID: <20050126023354.GJ692@empiric.icir.org> Mail-Followup-To: Jeremie Le Hen , Nickolay Kritsky , freebsd-net@freebsd.org References: <20050125171120.GH59685@obiwan.tataz.chchile.org> <20050125172049.GL47638@dhcp120.icir.org> <20050125173842.GI59685@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050125173842.GI59685@obiwan.tataz.chchile.org> cc: freebsd-net@freebsd.org cc: Nickolay Kritsky Subject: Re: gif(4) and bpf(4) 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: Wed, 26 Jan 2005 02:33:49 -0000 On Tue, Jan 25, 2005 at 06:38:42PM +0100, Jeremie Le Hen wrote: > Are you thinking about the enc(4) interface [1] [2] provided with OpenBSD ? Somewhat, although whilst enc(4) provides some of this functionality, its role as far as I can see is mainly to provide a 'tapping point' for filtering packets as they pass out of the system and into IPSEC (something I believe we now handle using mbuf tags). Regards, BMS