From c5358087f7a119f55850750aefad7f4b8c890709 Mon Sep 17 00:00:00 2001 From: Pierre GUINOISEAU Date: Thu, 23 Apr 2015 10:53:51 +0200 Subject: [PATCH] Add ICMPv6 type too-big in specs --- spec/unit/puppet/type/firewall_spec.rb | 1 + 1 file changed, 1 insertion(+) 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', -- 2.45.2