X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/be824ca10a3fadc29feaeb548289eb5acb59c3ca..9584cda7a747710c42f2d4b2bd876c4014f1ad6f:/roles/equinix-ams.rb?ds=sidebyside 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" } + } } } }