From c9488aaf1d9b0df30544691e3845eb781ffab805 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 21 Mar 2021 10:17:01 +0000 Subject: [PATCH] Add blackhold route for gravater IPv6 block in amsterdam --- roles/equinix.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/equinix.rb b/roles/equinix.rb index e04f7fac5..b57abdf61 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -25,7 +25,8 @@ default_attributes( :routes => { "2001:978:2:2c::/64" => { :type => "unreachable" }, "2001:4860::/32" => { :type => "unreachable" }, - "2a00:1450:4000::/37" => { :type => "unreachable" } + "2a00:1450:4000::/37" => { :type => "unreachable" }, + "2a04:fa80::/29" => { :type => "unreachable" } } } } -- 2.39.5