From owner-cvs-sys Wed Aug 21 15:23:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA05430 for cvs-sys-outgoing; Wed, 21 Aug 1996 15:23:23 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA04120; Wed, 21 Aug 1996 15:11:46 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15223(3)>; Wed, 21 Aug 1996 15:10:54 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177517>; Wed, 21 Aug 1996 15:10:44 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: Soren Schmidt cc: 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 raw_ip.c In-reply-to: Your message of "Wed, 21 Aug 1996 14:37:14 PDT." <199608212137.OAA00329@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Aug 1996 15:10:12 PDT From: Bill Fenner Message-Id: <96Aug21.151044pdt.177517@crevenia.parc.xerox.com> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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? Bill