summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ipfw
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-01-14 15:43:02 +0000
committermtm <mtm@FreeBSD.org>2003-01-14 15:43:02 +0000
commit5b562bb90960616a2887078a397395658dd07222 (patch)
tree64f5bbb84cddecd41a78efa14f633ae651577aec /etc/rc.d/ipfw
parent44de9da1c5056fc0bb92ab81a7e876e2cb0b6515 (diff)
downloadFreeBSD-src-5b562bb90960616a2887078a397395658dd07222.zip
FreeBSD-src-5b562bb90960616a2887078a397395658dd07222.tar.gz
Finish merging in rev. 1.124 of rc.network, so that natd can be used
withough the $natd_interface having to be explicitly specified on the command line. Approved by: markm (mentor) Submitted by: Aaron D. Gifford <agifford@infowest.com> PR: conf/47024 MFC: upon re approval
Diffstat (limited to 'etc/rc.d/ipfw')
-rw-r--r--etc/rc.d/ipfw4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw
index 0c4d85c..db4a2ec 100644
--- a/etc/rc.d/ipfw
+++ b/etc/rc.d/ipfw
@@ -47,9 +47,9 @@ ipfw_start()
else
natd_flags="$natd_flags -n ${natd_interface}"
fi
- echo -n ' natd'
- ${natd_program:-/sbin/natd} ${natd_flags} ${natd_ifarg}
fi
+ echo -n ' natd'
+ ${natd_program:-/sbin/natd} ${natd_flags} ${natd_ifarg}
fi
elif [ "`ipfw l 65535`" = "65535 deny ip from any to any" ]; then
echo 'Warning: kernel has firewall functionality, but' \
OpenPOWER on IntegriCloud