Skip to content

Commit

Permalink
Add support for ICMPv6 type too-big (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
peikk0 authored and Pierre GUINOISEAU committed Apr 23, 2015
1 parent e7121fe commit fa71c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/util/firewall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def icmp_name_to_number(value_icmp, protocol)
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"
Expand Down

0 comments on commit fa71c04

Please sign in to comment.