Actions
Bug #507
closedsystem_routing_configure should not delete and re-add all routes
Start date:
04/13/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
Currently system_routing_configure will blow away all routes and then re-add them. In environments with a lot of static routes, it can take a little time to re-add them. For example with about 50 routes, there will be about 2 seconds where routes are missing between them being deleted and added back. This causes a brief outage for anything that requires static routes when making changes in the web interface, and wiping out all the routes is unnecessary.
Possible solution, rather than deleting all routes, first check to see if the same route still exists, and if it does, don't delete it. i.e. only delete routes that are going to get deleted anyway.
Actions