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
Updated by Ermal Luçi over 14 years ago
Please provide the sample from 1.2.x config to be upgraded
Updated by Chris Buechler over 14 years ago
I already sent you my config for this Ermal.
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset bf02c78434cb5b3b5bec7a8c5b70ee12001641b7.
Actions