From 60396337b54f3b4b790fc9c0f70826b61a63a665 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Fri, 11 Jul 2014 11:02:26 +0200 Subject: [PATCH] Add cbt protocol, to be able to mitigate some DDoS attacks --- lib/puppet/type/firewall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2