Feature #13804
closedPrevent CARP status/maintenance mode from being erroneously toggled
100%
Description
On the Status > CARP page the buttons to disable/enable CARP or enter/leave CARP maintenance mode only toggle the state. This can cause errors when an out of date page is opened or the firewall is being accessed from multiple locations.
It's a fairly simple fix to supply the requested state instead of just toggling on the back end.
Merge request will be added shortly.
Updated by Christopher Cope almost 2 years ago
- Status changed from New to Pull Request Review
Updated by Jim Pingle almost 2 years ago
- Subject changed from Prevent CARP status/maintenance mode from being erroneously toggled. to Prevent CARP status/maintenance mode from being erroneously toggled
Updated by Jim Pingle over 1 year ago
- Plus Target Version changed from 23.05 to 23.09
Updated by Jim Pingle over 1 year ago
- Target version changed from 2.7.0 to CE-Next
Updated by Jim Pingle about 1 year ago
- Target version changed from CE-Next to 2.8.0
Updated by Christopher Cope about 1 year ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset a9238fddf3149f0bd22886f91becfa3d373cc164.
Updated by Jim Pingle about 1 year ago
- Status changed from Feedback to Resolved
Behavior is correct now. Duplicated a tab and clicked "Enter persistent CARP maintenance mode" on both. The second one printed an error: "Persistent CARP Maintenance Mode is already enabled.".
Attempting the reverse of that process results in "Persistent CARP Maintenance Mode is already disabled."
Looks good to me.