From owner-cvs-src@FreeBSD.ORG Tue Jun 27 10:03:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3FB816A404; Tue, 27 Jun 2006 10:02:59 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1C743D48; Tue, 27 Jun 2006 10:02:54 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp4-g19.free.fr (Postfix) with ESMTP id BE4B35497C; Tue, 27 Jun 2006 12:02:53 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 052239C88E; Tue, 27 Jun 2006 10:03:25 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id DA9A8408A; Tue, 27 Jun 2006 12:02:53 +0200 (CEST) Date: Tue, 27 Jun 2006 12:02:53 +0200 From: Jeremie Le Hen To: Andrew Thompson Message-ID: <20060627100253.GJ10272@obiwan.tataz.chchile.org> References: <200606262230.k5QMU81P042416@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606262230.k5QMU81P042416@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [fbsd] cvs commit [HEAD] src/share/man/man4 enc.4 fast_ipsec.4 src/sys/conf files options src/sys/net if_enc.c if_types.h src/sys/netipsec ipsec.h ipsec_input.c ipsec_output.c xform_ipip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2006 10:03:00 -0000 Thank you Andrew, I've been waiting for this for a long time. Regards, On Mon, Jun 26, 2006 at 10:30:08PM +0000, Andrew Thompson wrote: > thompsa 2006-06-26 22:30:08 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 fast_ipsec.4 > sys/conf files options > sys/net if_types.h > sys/netipsec ipsec.h ipsec_input.c ipsec_output.c > xform_ipip.c > Added files: > share/man/man4 enc.4 > sys/net if_enc.c > Log: > Add a pseudo interface for packet filtering IPSec connections before or after > encryption. There are two functions, a bpf tap which has a basic header with > the SPI number which our current tcpdump knows how to display, and handoff to > pfil(9) for packet filtering. > > Obtained from: OpenBSD > Based on: kern/94829 > No objections: arch, net > MFC after: 1 month > > Revision Changes Path > 1.1 +82 -0 src/share/man/man4/enc.4 (new) > 1.4 +6 -0 src/share/man/man4/fast_ipsec.4 > 1.1126 +1 -0 src/sys/conf/files > 1.549 +1 -0 src/sys/conf/options > 1.1 +323 -0 src/sys/net/if_enc.c (new) > 1.22 +1 -0 src/sys/net/if_types.h > 1.12 +2 -0 src/sys/netipsec/ipsec.h > 1.12 +13 -0 src/sys/netipsec/ipsec_input.c > 1.12 +13 -0 src/sys/netipsec/ipsec_output.c > 1.13 +7 -0 src/sys/netipsec/xform_ipip.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >