From e3ea52a50427f196e693043a957650f99d34dbae Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 30 Apr 2024 10:32:44 +0100 Subject: [PATCH] Revert "Blackhole unreachable Amazon IPv6 block on equinix machines" This reverts commit fae4e6b247c04eeccc6608ae1fc93ebc63404634. --- roles/equinix-ams.rb | 5 +---- roles/equinix-dub.rb | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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" } } } -- 2.45.2