Correct backout of Smart Blacklisting

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@728 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2003-08-25 01:49:34 +00:00
parent 47c914a86b
commit 29ae535021

View File

@ -3876,7 +3876,9 @@ initialize_netfilter () {
for interface in $all_interfaces; do
createchain `forward_chain $interface` no
run_iptables -A `forward_chain $interface` -j dynamic
createchain `input_chain $interface` no
run_iptables -A `forward_chain $interface` -j dynamic
done
}