Actions
Bug #480
closedMonitor IP config upgrade doesn't work
Start date:
04/04/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
After upgrading a 1.2.x config to 2.0, if the configured monitor IP is anything other than the gateway IP, it is not converted properly. OPT1's monitor IP ends up in
<opt1> ... <monitorip>1.2.3.4</monitorip> </opt1>
Which does nothing. the gateway_item entry after converted is missing the monitor tag entirely. It should convert that monitor IP not to the interface config as shown above, but to:
<gateway_item> ... <monitor>1.2.3.4</monitor> </gateway_item>
Related issues
Actions