summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.firewall2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 05a1a6a..a288b3c 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -121,7 +121,7 @@ case ${firewall_type} in
case ${natd_enable} in
[Yy][Ee][Ss])
if [ -n "${natd_interface}" ]; then
- ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
+ ${fwcmd} add 50 divert natd ip4 from any to any via ${natd_interface}
fi
;;
esac
OpenPOWER on IntegriCloud