]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Blackhole unreachable Google IPv6 blocks on equinix machines
[chef.git] / roles / equinix.rb
index a35b4775c50b97526ad92825f812b937402d4396..7b58f7af7a6734b8f0397eb0dbf0676a8fd2c5a0 100644 (file)
@@ -19,7 +19,12 @@ default_attributes(
         },
         :inet6 => {
           :prefix => "64",
-          :gateway => "2001:978:2:2C::172:1"
+          :gateway => "2001:978:2:2C::172:1",
+          :routes => {
+            "2001:978:2:2c::/64" => { :type => "unreachable" },
+            "2001:4860::/32" => { :type => "unreachable" },
+            "2a00:1450:4000::/37" => { :type => "unreachable" }
+          }
         }
       }
     }