aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-05-08 20:28:20 +0000
committerPaul Saab <ps@FreeBSD.org>2000-05-08 20:28:20 +0000
commit8cf43c44eac385f52d4d7f774aa7881ac042f3d4 (patch)
tree86f88ddeefd138986c3bc39f5279c0a56113236d /etc
parent4f262adde31dd7c66bfa66f92fc0cd1eb4b68745 (diff)
downloadsrc-8cf43c44eac385f52d4d7f774aa7881ac042f3d4.tar.gz
src-8cf43c44eac385f52d4d7f774aa7881ac042f3d4.zip
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>
Notes
Notes: svn path=/head/; revision=60208
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.firewall2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index a56cdf6e81b2..0afa06f43c5b 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