summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-05 20:47:05 +0000
committerwollman <wollman@FreeBSD.org>1996-01-05 20:47:05 +0000
commit9e6f88883f9f6cc358f531eb8478a92f4d4291fc (patch)
tree33062b05eef4f73550a3f54546b5616caecffdff /sys/i386/conf
parent6430272759633c6a6de434bc2bab68356801b788 (diff)
downloadFreeBSD-src-9e6f88883f9f6cc358f531eb8478a92f4d4291fc.zip
FreeBSD-src-9e6f88883f9f6cc358f531eb8478a92f4d4291fc.tar.gz
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.)
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 48fd42b..98e6bfd 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.230 1995/12/29 02:04:20 jkh Exp $
+# $Id: LINT,v 1.231 1995/12/29 12:51:09 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -187,11 +187,6 @@ options HDLC #X.25 link layer for serial lines
# 4.2BSD. This option should not be used unless you have a 4.2BSD
# machine and TCP connections fail.
#
-# GATEWAY allows the machine to forward packets, and also configures
-# larger static sizes of a number of system tables. It is largely
-# replaced by the more dynamic behavior of
-# sysctl -w net.inet.ip.forwarding=1
-#
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
@@ -203,7 +198,6 @@ options HDLC #X.25 link layer for serial lines
# TCPDEBUG is undocumented.
#
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
-options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 48fd42b..98e6bfd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.230 1995/12/29 02:04:20 jkh Exp $
+# $Id: LINT,v 1.231 1995/12/29 12:51:09 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -187,11 +187,6 @@ options HDLC #X.25 link layer for serial lines
# 4.2BSD. This option should not be used unless you have a 4.2BSD
# machine and TCP connections fail.
#
-# GATEWAY allows the machine to forward packets, and also configures
-# larger static sizes of a number of system tables. It is largely
-# replaced by the more dynamic behavior of
-# sysctl -w net.inet.ip.forwarding=1
-#
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
@@ -203,7 +198,6 @@ options HDLC #X.25 link layer for serial lines
# TCPDEBUG is undocumented.
#
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
-options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
OpenPOWER on IntegriCloud