summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-05-08 20:28:20 +0000
committerps <ps@FreeBSD.org>2000-05-08 20:28:20 +0000
commit1f5aecb4004b7411c69254b54f0d7c28b7e9aa58 (patch)
tree7708553541a18e0da516c41e1b7485d1dd78e845 /etc/rc.firewall
parent5aae6a9c86646ff14d4b817228934c1f834bdaf9 (diff)
downloadFreeBSD-src-1f5aecb4004b7411c69254b54f0d7c28b7e9aa58.zip
FreeBSD-src-1f5aecb4004b7411c69254b54f0d7c28b7e9aa58.tar.gz
Add an explicit rule number to natd so you do not end up with two
rule 100's. Submitted by: Jan Koum <jkb@yahoo-inc.com>
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index a56cdf6..0afa06f 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -75,7 +75,7 @@ ${fwcmd} -f flush
case ${natd_enable} in
[Yy][Ee][Ss])
if [ -n "${natd_interface}" ]; then
- ${fwcmd} add divert natd all from any to any via ${natd_interface}
+ ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
fi
;;
esac
OpenPOWER on IntegriCloud