From owner-cvs-sys Fri Jan 5 12:47:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00576 for cvs-sys-outgoing; Fri, 5 Jan 1996 12:47:10 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00568 Fri, 5 Jan 1996 12:47:08 -0800 (PST) Date: Fri, 5 Jan 1996 12:47:08 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601052047.MAA00568@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netipx ipx_input.c ipx_proto.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 12:47:07 Modified: sys/i386/conf LINT sys/netinet ip_input.c sys/netipx ipx_input.c ipx_proto.c Log: Finally demolished the last, tottering remnants of GATEWAY. If you want to enable IP forwarding, use sysctl(8). Also did the same for IPX, which involved inventing a completely new MIB from whole cloth (which I may not quite have correct); be aware of this if you use IPX forwarding. (The two should never have been controlled by the same option anyway.) Revision Changes Path 1.232 +1 -7 src/sys/i386/conf/LINT 1.34 +3 -14 src/sys/netinet/ip_input.c 1.7 +12 -18 src/sys/netipx/ipx_input.c 1.4 +9 -1 src/sys/netipx/ipx_proto.c