X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29d741d17b7f029b4313d70182cfcc6f7c333a06..HEAD:/cookbooks/networking/templates/default/shorewall-interfaces.erb diff --git a/cookbooks/networking/templates/default/shorewall-interfaces.erb b/cookbooks/networking/templates/default/shorewall-interfaces.erb deleted file mode 100644 index d8a5705d2..000000000 --- a/cookbooks/networking/templates/default/shorewall-interfaces.erb +++ /dev/null @@ -1,13 +0,0 @@ -# DO NOT EDIT - This file is being maintained by Chef - -# ZONE INTERFACE BROADCAST OPTIONS -<% node[:networking][:interfaces].each do |name,interface| -%> -<% if interface[:interface] && interface[:family] == "inet" -%> -<% if interface[:role] == "internal" -%> -loc <%= interface[:interface] %> detect nosmurfs,tcpflags -<% elsif interface[:role] == "external" -%> -net <%= interface[:interface] %> detect nosmurfs,tcpflags -<% end -%> -<% end -%> -<% end -%> -loc tun+ detect nosmurfs,tcpflags