From fa71c04bac369c7ea6f1896c4ef5391fb60a4bfb Mon Sep 17 00:00:00 2001 From: Pierre Guinoiseau Date: Thu, 23 Apr 2015 10:35:35 +0200 Subject: [PATCH] Add support for ICMPv6 type too-big (2) --- lib/puppet/util/firewall.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puppet/util/firewall.rb b/lib/puppet/util/firewall.rb index fa81e75..dfce5d7 100644 --- a/lib/puppet/util/firewall.rb +++ b/lib/puppet/util/firewall.rb @@ -28,6 +28,7 @@ module Puppet::Util::Firewall elsif protocol == 'inet6' case value_icmp when "destination-unreachable" then "1" + when "too-big" then "2" when "time-exceeded" then "3" when "parameter-problem" then "4" when "echo-request" then "128" -- 2.45.2