From defe814ca57908291bd6721a02950e28991d1191 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 14 Jul 2003 20:25:03 +0000 Subject: [PATCH] More rule processing fixes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@659 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/firewall b/Shorewall/firewall index a0e0a903d..f826fa79a 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1907,6 +1907,7 @@ add_nat_rule() { log_rule $loglevel $OUTPUT $logtarget -t nat \ `fix_bang $proto $cli $sports -d $adr $multiport $dports` fi + run_iptables2 -t nat -A OUTPUT $proto $sports -d $adr $multiport $dports -j $target1 done fi