From: Tom Hughes Date: Mon, 27 Sep 2021 07:16:13 +0000 (+0100) Subject: Force IPv4 betwween Amsterdam and Dublin X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/45dcb42309fac7cfe1ba7ce3f64b3e1565fbc10e Force IPv4 betwween Amsterdam and Dublin --- diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 718a4f632..ece584cf9 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -23,6 +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" } diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 8bda3a86a..fb074324c 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -21,7 +21,10 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:b3b::1" + :gateway => "2001:470:1:b3b::1", + :routes => { + "2001:978:2:2c::/64" => { :type => "unreachable" } + } } } }