From owner-freebsd-net Mon Dec 10 9:30:46 2001 Delivered-To: freebsd-net@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 9BCED37B416 for ; Mon, 10 Dec 2001 09:30:43 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [3ffe:1200:301b:1:2d0:b7ff:fe3f:bdd0]) by quack.kfu.com (8.11.6/8.11.6) with ESMTP id fBAHUWI41447 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Mon, 10 Dec 2001 09:30:38 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (nospam@localhost [127.0.0.1]) by morpheus.kfu.com (8.11.6/8.11.6) with ESMTP id fBAHUWn68316 for ; Mon, 10 Dec 2001 09:30:32 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Message-ID: <3C14F138.1020906@quack.kfu.com> Date: Mon, 10 Dec 2001 09:30:32 -0800 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.6) Gecko/20011202 X-Accept-Language: en, en-US, en-GB MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: importing Kame's NATPT ? Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I notice that kame has NATPT (a mechanism to let IPv6-only hosts interact with the IPv4 Internet) and that it has not been imported. I would like to see if it's possible to import just that bit of functionality as an independent unit (it gets us one step closer to killing IPv4). It appears to drop right in. The only real change in the existing code is an itty bitty chunk of stuff in ip_input() and ip6_input() that is #ifdef NATPT. Is anyone already doing this? Is there anyone I should coordinate this with? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message