From owner-cvs-sys Wed Aug 21 14:37:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00356 for cvs-sys-outgoing; Wed, 21 Aug 1996 14:37:37 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00329; Wed, 21 Aug 1996 14:37:14 -0700 (PDT) Date: Wed, 21 Aug 1996 14:37:14 -0700 (PDT) From: Soren Schmidt Message-Id: <199608212137.OAA00329@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in.h ip_fw.h ip_input.c ip_output.c raw_ip.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/08/21 14:37:12 Modified: sys/netinet in.h ip_fw.h ip_input.c ip_output.c raw_ip.c Log: Add hooks for an IP NAT module, much like the firewall stuff... Move the sockopt definitions for the firewall code from ip_fw.h to in.h where it belongs. Revision Changes Path 1.20 +21 -5 src/sys/netinet/in.h 1.23 +1 -12 src/sys/netinet/ip_fw.h 1.46 +13 -1 src/sys/netinet/ip_input.c 1.42 +14 -1 src/sys/netinet/ip_output.c 1.34 +11 -4 src/sys/netinet/raw_ip.c