From 0cb1824b2bbaf6fc1644397e060662d4bfa5fcca Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 15 Jun 2004 03:55:40 +0000 Subject: [PATCH] Fix problems reported by Michael Van Damme git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1400 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 976f34038..85444ab71 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -2571,10 +2571,10 @@ add_an_action() else if [ -n "$loglevel" ]; then log_rule_limit $loglevel $action $logtarget "$ratelimit" "$logtag" $userandgroup \ - $(fix_bang $proto $sports $multiport $cli $dports) + $(fix_bang $proto $sports $multiport $cli $dest_interface $dports) fi - run_iptables2 -A $action $proto $multiport $cli $sports \ + run_iptables2 -A $action $proto $multiport $cli $dest_interface $sports \ $dports $ratelimit $userandgroup -j $target fi fi