From: Tom Hughes Date: Tue, 30 Apr 2024 09:32:44 +0000 (+0100) Subject: Revert "Blackhole unreachable Amazon IPv6 block on equinix machines" X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e3ea52a50427f196e693043a957650f99d34dbae Revert "Blackhole unreachable Amazon IPv6 block on equinix machines" This reverts commit fae4e6b247c04eeccc6608ae1fc93ebc63404634. --- diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 2ed34454d..7923e09d4 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -21,10 +21,7 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:fa1::1", - :routes => { - "2600:9000::/28" => { :type => "unreachable" } - } + :gateway => "2001:470:1:fa1::1" } } } diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 0974d04c8..e24d71a1f 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -30,10 +30,7 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:b3b::1", - :routes => { - "2600:9000::/28" => { :type => "unreachable" } - } + :gateway => "2001:470:1:b3b::1" } } }