From: Matthias Saou Date: Fri, 11 Jul 2014 09:02:26 +0000 (+0200) Subject: Add cbt protocol, to be able to mitigate some DDoS attacks X-Git-Tag: 1.3.0~1^2~24^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=60396337b54f3b4b790fc9c0f70826b61a63a665;p=puppet-modules%2Fpuppetlabs-firewall.git Add cbt protocol, to be able to mitigate some DDoS attacks --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index e6be89e..ee1eda7 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -323,7 +323,7 @@ Puppet::Type.newtype(:firewall) do *tcp*. EOS - newvalues(:tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :igmp, :ipencap, :ospf, :gre, :all) + newvalues(:tcp, :udp, :icmp, :"ipv6-icmp", :esp, :ah, :vrrp, :igmp, :ipencap, :ospf, :gre, :cbt, :all) defaultto "tcp" end