]> git.openstreetmap.org Git - chef.git/commitdiff
Drop blackholing of Google IPv6 blocks in Amsterdam
authorTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 11:36:53 +0000 (11:36 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Mar 2023 11:36:53 +0000 (11:36 +0000)
roles/equinix-ams.rb

index ad835f89030bb7cf3a38d6dc39380e52d66b35ad..fafecd478f3d7bf35f679fc745e825f420edde31 100644 (file)
@@ -23,10 +23,7 @@ default_attributes(
           :prefix => "64",
           :gateway => "2001:978:2:2c::172:1",
           :routes => {
           :prefix => "64",
           :gateway => "2001:978:2:2c::172:1",
           :routes => {
-            "2001:470:1:b3b::/64" => { :type => "unreachable" },
-            "2001:978:2:2c::/64" => { :type => "unreachable" },
-            "2001:4860::/32" => { :type => "unreachable" },
-            "2a00:1450:4000::/37" => { :type => "unreachable" }
+            "2001:470:1:b3b::/64" => { :type => "unreachable" }
           }
         }
       }
           }
         }
       }