summaryrefslogtreecommitdiff
path: root/share/man/man4/options.4
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-07-31 21:27:32 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-07-31 21:27:32 +0000
commite7a09c9c2e0ccdc9baf2093124669436f7c7f725 (patch)
tree64f47c908b9dec7768fdc36b83f63b7fc17eb9ad /share/man/man4/options.4
parent626472a4a69db330aaf1b6f1c72a6c25143a8294 (diff)
remove GATEWAY and IPFORWARDING option knobs, use the sysctl.
ok mcbride@ miod@ deraadt@
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r--share/man/man4/options.426
1 files changed, 1 insertions, 25 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 8c11b89af92..1b98d244c07 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.148 2004/07/16 00:18:29 jmc Exp $
+.\" $OpenBSD: options.4,v 1.149 2004/07/31 21:27:31 brad Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -719,30 +719,6 @@ for details.
.El
.Ss Networking Options
.Bl -ohang
-.It Cd option IPFORWARDING
-Enables IP routing behavior.
-With this option enabled, the machine
-will forward IP datagrams between its interfaces that are destined for
-other machines.
-Note that even without this option, the kernel will
-still forward some packets (such as source routed packets) -- removing
-.Em IPFORWARDING
-is insufficient to stop all routing through a bastion host on a
-firewall -- source routing is controlled independently.
-Note that IP
-forwarding may be turned on and off independently of the setting of the
-.Em IPFORWARDING
-option through the use of the
-.Em net.inet.ip.forwarding
-sysctl variable.
-If
-.Em net.inet.ip.forwarding
-is 1, IP forwarding is on.
-See
-.Xr sysctl 8
-and
-.Xr sysctl 3
-for details.
.It Cd option MROUTING
Includes support for IP multicast routers.
.Em INET