From: Pierre GUINOISEAU Date: Thu, 23 Apr 2015 08:53:51 +0000 (+0200) Subject: Add ICMPv6 type too-big in specs X-Git-Tag: 1.6.0~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c5358087f7a119f55850750aefad7f4b8c890709;p=puppet-modules%2Fpuppetlabs-firewall.git Add ICMPv6 type too-big in specs --- diff --git a/spec/unit/puppet/type/firewall_spec.rb b/spec/unit/puppet/type/firewall_spec.rb index fc77723..8107e1e 100755 --- a/spec/unit/puppet/type/firewall_spec.rb +++ b/spec/unit/puppet/type/firewall_spec.rb @@ -275,6 +275,7 @@ describe firewall do }, :ip6tables => { '1' => 'destination-unreachable', + '2' => 'too-big', '3' => 'time-exceeded', '4' => 'parameter-problem', '128' => 'echo-request',