mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-30 11:33:28 +01:00
Yet another improvement to rules generated for exclusion lists
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2497 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f6565e19a0
commit
fb9292eb71
@ -4868,9 +4868,10 @@ process_rule() # $1 = target
|
|||||||
done
|
done
|
||||||
addr=
|
addr=
|
||||||
else
|
else
|
||||||
run_iptables -A $chain $(fix_bang $proto $sports $multiport $dports) $user -j $newchain
|
run_iptables -A $chain $(fix_bang $cli $proto $sports $multiport $dports) $user -j $newchain
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cli=
|
||||||
proto=
|
proto=
|
||||||
sports=
|
sports=
|
||||||
multiport=
|
multiport=
|
||||||
|
Loading…
Reference in New Issue
Block a user