Actions
Bug #866
closedChanging a route's mask leaves the old route
Start date:
08/31/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
If you change the mask on a static route, you end up with both the old route and the new route. e.g. start with a route to 1.0.0.0/30 and you have:
1.0.0.0/30 192.168.1.1 UGS 0 0 fxp0
change that to /32 and you have:
1.0.0.0/32 192.168.1.1 UGS 0 0 fxp0 => 1.0.0.0/30 192.168.1.1 UGS 0 0 fxp0
Updated by Andreas Bochem about 14 years ago
checked on 2.0-BETA4 (amd64) Sat Oct 2 08:52:40 UTC 2010:
Added testing route /16, changed to /24, and changed again to /14.
Both WebGUI as well as "netstat -rn" showed only one route with the proper
latest change after each update.
Actions