From: Tom Hughes Date: Tue, 21 Mar 2023 11:36:53 +0000 (+0000) Subject: Drop blackholing of Google IPv6 blocks in Amsterdam X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9a514f6ad510b158311a1161fa14657e13e0a33b?ds=inline Drop blackholing of Google IPv6 blocks in Amsterdam --- diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index ad835f890..fafecd478 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -23,10 +23,7 @@ default_attributes( :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" } } } }