From: Stefano Date: Tue, 28 Feb 2017 09:36:56 +0000 (+0100) Subject: Correction of ICMPv6 protocol name X-Git-Tag: 1.10.0~12^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=41fb8205b68aec8a3683e1b4f53ec9de2246d504;p=puppet-modules%2Fpuppetlabs-firewall.git Correction of ICMPv6 protocol name Correction of ICMPv6 protocol name from ipv6-icmp to icmpv6 --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 981fdb9..ad76ebe 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -378,7 +378,7 @@ Puppet::Type.newtype(:firewall) do *tcp*. EOS - newvalues(*[:ip, :tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :cbt, :sctp, :pim, :all].collect do |proto| + newvalues(*[:ip, :tcp, :udp, :icmp, :icmpv6, :esp, :ah, :vrrp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :cbt, :sctp, :pim, :all].collect do |proto| [proto, "! #{proto}".to_sym] end.flatten) defaultto "tcp"