X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2071840d7bb41d53efec9f75dc7f6beb126fa8de..9584cda7a747710c42f2d4b2bd876c4014f1ad6f:/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" } + } } } }