diff options
Diffstat (limited to 'etc/netstart')
-rw-r--r-- | etc/netstart | 4 |
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 |