]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix-ams-public.rb
Drop last traces of old shorewall firewall zones
[chef.git] / roles / equinix-ams-public.rb
index def6bc25f75208ab61642fd29dc8a93634e36ed1..b89ae21bb504a642c0b4cdfabf1b4df9c69fa905 100644 (file)
@@ -7,7 +7,6 @@ default_attributes(
       :henet => {
         :interface => "bond0.3",
         :role => :external,
-        :zone => "ams",
         :metric => 150,
         :source_route_table => 3,
         :inet => {
@@ -16,13 +15,15 @@ default_attributes(
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:470:1:fa1::1"
+          :gateway => "2001:470:1:fa1::1",
+          :routes => {
+            "2600:9000::/28" => { :table => 3, :type => "unreachable" }
+          }
         }
       },
       :equinix => {
         :interface => "bond0.103",
         :role => :external,
-        :zone => "ams",
         :metric => 100,
         :source_route_table => 103,
         :inet => {