Versions Compared

Key

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

...

  • Each zone will get a new config parameter - blacklistedRoutesBy default this parameter will be null, which means no routes will be blacklisted.
  • While creating Static Routes on VPC Private Gateways within this zone (using createStaticRoute API), if the Static Route is part of the blacklist, route creation will not be allowed. The verification will be done using NetUtils.isNetworksOverlap() method
  • Parameter update will affect only new Static Route creation. If there was an existing Static Route with the route that was blacklisted some time after, it will remain intact and functioning. 

...