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>
This commit is contained in:
Paul Saab 2000-05-08 20:28:20 +00:00
parent 4f262adde3
commit 8cf43c44ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60208

View File

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