From 5b083a4f23498409b20931e987ddf5c03c3c56ea Mon Sep 17 00:00:00 2001 From: Michael Hsu Date: Tue, 22 May 2012 08:02:27 -0700 Subject: [PATCH] (#14641) Fix for incorrect limit command arguments for ip6tables provider --- lib/puppet/provider/firewall/ip6tables.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2