DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Administrators would want to block a list of routes so that they are not assigned to any of the private Gateways.
Each zone will get a new attribute - list of blacklisted Routes. By default this parameter will be empty, which means no routes will be blacklisted.
While creating routes on private Gateways within this zone, if the route is part of the blacklist, route creation will not be allowed.
create/updateZone will get a new parameter - blackListRoutes (corresponding responses will be added as well). It's going to accept list of routes separated by comma.
Added field blacklist_routes to the data_center table (null by default). During the upgrade insert this field with NULL value.
Verify that you can't add static route if its exists as blacklisted route for the zone. It will apply only to the newly created static routes; if the static route was created before the blacklist route was updated for the zone with the same IP - it's ok.
Verify that blacklisted route accepts only valid IP addresses.