Browse Source

ugh

OPENBSD_2_3
deraadt 26 years ago
parent
commit
e2668850c9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/netstart

+ 2
- 2
src/etc/netstart View File

@ -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


Loading…
Cancel
Save