summaryrefslogtreecommitdiff
path: root/etc/netstart
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-21 01:17:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-21 01:17:22 +0000
commitee18aa9396d80ad024601da2a8526c1544900f8f (patch)
treeeaadd5cf1402bdb0737885ce53f64174a5fe9de2 /etc/netstart
parent4f85f0cc03a82e5d717c57ca277c8d0e712c7884 (diff)
ugh
Diffstat (limited to 'etc/netstart')
-rw-r--r--etc/netstart4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart
index 22cebdbb500..dabe496de5f 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.33 1997/12/20 23:19:30 deraadt Exp $
+# $OpenBSD: netstart,v 1.34 1997/12/21 01:17:21 deraadt Exp $
# /etc/myname contains my symbolic name
#
@@ -31,7 +31,7 @@ else
nat=NO
fi
-if [ X"${iproute}" = X"YES" ]; then
+if [ X"${ipforward}" = X"YES" ]; then
sysctl -w net.inet.ip.forwarding=1
fi