From: Michael Hsu Date: Tue, 22 May 2012 15:02:27 +0000 (-0700) Subject: (#14641) Fix for incorrect limit command arguments for ip6tables provider X-Git-Tag: 0.1.0~29^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5b083a4f23498409b20931e987ddf5c03c3c56ea;p=puppet-modules%2Fpuppetlabs-firewall.git (#14641) Fix for incorrect limit command arguments for ip6tables provider --- diff --git a/lib/puppet/provider/firewall/ip6tables.rb b/lib/puppet/provider/firewall/ip6tables.rb index 58c6874..29e7052 100644 --- a/lib/puppet/provider/firewall/ip6tables.rb +++ b/lib/puppet/provider/firewall/ip6tables.rb @@ -24,7 +24,7 @@ Puppet::Type.type(:firewall).provide :ip6tables, :parent => :iptables, :source = :icmp => "-m icmp6 --icmpv6-type", :iniface => "-i", :jump => "-j", - :limit => "--limit", + :limit => "-m limit --limit", :log_level => "--log-level", :log_prefix => "--log-prefix", :name => "-m comment --comment",