X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/be824ca10a3fadc29feaeb548289eb5acb59c3ca..e9b9102cf39d1e20f24b7bd54cbcd2a55940aee0:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index d56d0540a..f421e3d39 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" } + } } } }