aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.firewall
diff options
context:
space:
mode:
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 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