]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/templates/default/shorewall-interfaces.erb
Blackhole unreachable Amazon IPv6 block on equinix machines
[chef.git] / 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 (file)
index b6a7217..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-
-?FORMAT 2
-
-# ZONE INTERFACE       OPTIONS
-<% node[:networking][:interfaces].each do |name,interface| -%>
-<% if interface[:interface] && interface[:family] == "inet" -%>
-<% if interface[:role] == "internal" -%>
-loc    <%= interface[:interface] %>            nosmurfs,tcpflags
-<% elsif interface[:role] == "external" -%>
-net    <%= interface[:interface] %>            nosmurfs,tcpflags
-<% end -%>
-<% end -%>
-<% end -%>
-loc    wg+             nosmurfs,tcpflags