From: Pierre Guinoiseau <pierre@guinoiseau.eu>
Date: Thu, 23 Apr 2015 08:35:35 +0000 (+0200)
Subject: Add support for ICMPv6 type too-big (2)
X-Git-Tag: 1.6.0~11^2~1
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fa71c04bac369c7ea6f1896c4ef5391fb60a4bfb;p=puppet-modules%2Fpuppetlabs-firewall.git

Add support for ICMPv6 type too-big (2)
---

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"