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.
| Table of Contents |
|---|
Administrators would want to block a list of routes so that they are not assigned to any of the private Gateways.
...
While creating routes on private Gateways within this zone, if the route is part of the blacklist, route creation will not be allowed. The verification will be done using NetUtils.isNetworksOverlap() method
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 in format of x.x.x.x/x. Example: "10.10.10.0/24,172.16.1.0/24"
Added field blacklist_routes to the data_center table (null by default). During the db upgrade insert this field with NULL value.
...