diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-07-31 21:27:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-07-31 21:27:32 +0000 |
commit | e7a09c9c2e0ccdc9baf2093124669436f7c7f725 (patch) | |
tree | 64f47c908b9dec7768fdc36b83f63b7fc17eb9ad /sys/conf | |
parent | 626472a4a69db330aaf1b6f1c72a6c25143a8294 (diff) |
remove GATEWAY and IPFORWARDING option knobs, use the sysctl.
ok mcbride@ miod@ deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 0ffe1492283..f93e7ce4d68 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.108 2004/07/15 12:11:36 henning Exp $ +# $OpenBSD: GENERIC,v 1.109 2004/07/31 21:27:31 brad Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -60,7 +60,6 @@ option NULLFS # loopback file system option UMAPFS # NULLFS + uid and gid remapping option UNION # union file system -#option GATEWAY # packet forwarding option INET # IP + ICMP + TCP + UDP option ALTQ # ALTQ base option INET6 # IPv6 (needs INET) |