]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Add support for ICMPv6 type too-big (2)
authorPierre Guinoiseau <pierre@guinoiseau.eu>
Thu, 23 Apr 2015 08:35:35 +0000 (10:35 +0200)
committerPierre GUINOISEAU <pguinoiseau.externe@m6.fr>
Thu, 23 Apr 2015 08:38:11 +0000 (10:38 +0200)
lib/puppet/util/firewall.rb

index fa81e75ed224695038e693f53ba9879084a4e4ec..dfce5d79f325620dcfd8f87bd4089a4489deb49c 100644 (file)
@@ -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"