From owner-cvs-sys Thu Aug 22 00:36:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA24287 for cvs-sys-outgoing; Thu, 22 Aug 1996 00:36:55 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA24280; Thu, 22 Aug 1996 00:36:51 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id AAA27855; Thu, 22 Aug 1996 00:36:17 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3) id sma027853; Thu Aug 22 00:36:08 1996 Message-ID: <321C0DAE.695678E2@whistle.com> Date: Thu, 22 Aug 1996 00:35:11 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: sos@FreeBSD.org CC: Bill Fenner , sos@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet in.h ip_fw.h ip_input.c ip_output.c References: <199608220653.IAA06026@ra.dkuug.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk sos@FreeBSD.org wrote: > > In reply to Bill Fenner who wrote: > > > > In message <199608212137.OAA00329@freefall.freebsd.org>you write: > > > Add hooks for an IP NAT module, much like the firewall stuff... > > > > How does this compare with Julian's IPDIVERT stuff -- I thought that IPDIVERT > > was mostly for NAT-like functionality? > > It does not compare. > These hooks are for a kernel level impl. of NAT which to my best judgement > belongs in the kernel. and we think it belongs out of the kernel.. this way we can both have our way.. (of course we are also using the divert stuff for packet encryption etc. as well.) > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team > So much code to hack -- so little time.