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