Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

updateConfiguration&scope=zone&id=<zone_id> will accept a new parameter - blacklistedRoutes blacklisted.routes. 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"

DB changes

  • No new tables are added, the entry . The entry with name=blacklisted.routes and value=null will be inserted to the data_center_details tableadded to the cloud.configuration table.

QA

  • 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.