Actions
Bug #16272
closedInput validation text for deleting a VIP within a CARP IP's subnet may reference incorrect VIP
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.11
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Input validation exists that prevents the deletion of any IP alias within the subnet of a defined CARP IP. As mentioned in #2406 it's intended to prevent accidentally breaking CARP on that subnet.
To reproduce:- Create the CARP VIP 198.51.100.1/24 with description "Test CARP VIP"
- Create the IP Alias VIP 198.51.100.2/25 with description "Test IP Alias VIP"
- Apply changes then delete the IP Alias VIP. The input validation text says:
This entry cannot be deleted because it is still referenced by a CARP IP with the description Test IP Alias VIP
The input validation should instead reference "Test CARP VIP".
Actions