From owner-freebsd-net@FreeBSD.ORG Wed Aug 26 21:00:36 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00BA110656A5 for ; Wed, 26 Aug 2009 21:00:36 +0000 (UTC) (envelope-from vanhu@zeninc.net) Received: from smtp.zeninc.net (7.204.67-86.rev.gaoland.net [86.67.204.7]) by mx1.freebsd.org (Postfix) with ESMTP id A3F318FC2D for ; Wed, 26 Aug 2009 21:00:35 +0000 (UTC) Received: from astro.zen.inc (astro.zen.inc [192.168.1.239]) by smtp.zeninc.net (smtpd) with ESMTP id C52E12798C0; Wed, 26 Aug 2009 22:44:58 +0200 (CEST) Received: by astro.zen.inc (Postfix, from userid 1000) id 0C10C1705B; Wed, 26 Aug 2009 22:45:00 +0200 (CEST) Date: Wed, 26 Aug 2009 22:45:00 +0200 From: VANHULLEBUS Yvan To: "Bjoern A. Zeeb" Message-ID: <20090826204500.GB9228@zeninc.net> References: <20090813154703.Y93661@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090813154703.Y93661@maildrop.int.zabbadoz.net> User-Agent: All mail clients suck. This one just sucks less. Cc: freebsd-net@freebsd.org Subject: Re: NAT-T patch for 7-STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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 Aug 2009 21:00:36 -0000 On Thu, Aug 13, 2009 at 04:04:05PM +0000, Bjoern A. Zeeb wrote: > Hi, Hi. Sorry for the very late answer, but I wanted to work on the userland part as soon as I had your patch, then I had an unexpected failure in my internet access (still not completely resolved, hope you'll get this mail). > I just MFCed the UDP Control Block, which is a prerequisite for merging > the NAT-T patch from HEAD (8) to 7-STABLE: > http://svn.freebsd.org/viewvc/base?view=revision&revision=196192 > > I also merged back the NAT-T changes from FreeBSD 8/HEAD. This > will allow us to provide the same API for tools for FreeBSD 7 (with > patch) and stock FreeBSD 8.x and 9 (HEAD). Great ! With that, I could easilly start tests on kernel+userland. ipsec-tools HEAD is now expected to compile/work with that kernel API, and I have a running tunnel with FreeBSD7+patchset+ipsec-tools HEAD as the responder (with NAT-T used). More tests will come soon, but please all report any issue ! Latest ipsec-tools snapshot will also compile and work (actually, this is exactly the same as HEAD, except some typo fixes....) with that API. Yvan.