]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Add ICMPv6 type too-big in specs
authorPierre GUINOISEAU <pierre@guinoiseau.eu>
Thu, 23 Apr 2015 08:53:51 +0000 (10:53 +0200)
committerPierre GUINOISEAU <pierre@guinoiseau.eu>
Thu, 23 Apr 2015 08:53:51 +0000 (10:53 +0200)
spec/unit/puppet/type/firewall_spec.rb

index fc7772318d910be1ad30fe2615dedcb8cda500ce..8107e1e5e6c831fc610c2c6fcca90c011e9af33f 100755 (executable)
@@ -275,6 +275,7 @@ describe firewall do
       },
       :ip6tables => {
         '1' => 'destination-unreachable',
+        '2' => 'too-big',
         '3' => 'time-exceeded',
         '4' => 'parameter-problem',
         '128' => 'echo-request',