]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
support for multiple ipsets in a rule
authorLev Popov <lev@spotify.com>
Tue, 8 Mar 2016 22:07:01 +0000 (01:07 +0300)
committerLev Popov <lev@spotify.com>
Tue, 8 Mar 2016 23:51:15 +0000 (02:51 +0300)
commit445b28fc7b4ba8ed56f61caa4ca247a40150510a
tree8ec3549cb8ceb1a3ad2eda180cdc2f2896b93fdf
parent245a0070d32254268b1c48f1cb089d47bb65285b
support for multiple ipsets in a rule

Support for multiple ipsets in a single rule. This feature is very handy
if you need to match source and destination from different ipsets.
Iptables arguments are a bit wierd, but it works, details are in
https://utcc.utoronto.ca/~cks/space/blog/linux/IptablesIpsetsMultipleMatches
README.markdown
lib/puppet/provider/firewall/iptables.rb
lib/puppet/type/firewall.rb
spec/acceptance/firewall_spec.rb