Bug #16272
closedInput validation text for deleting a VIP within a CARP IP's subnet may reference incorrect VIP
100%
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".
Updated by Marcos M 4 months ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 5ff07bb57bcb4249191eed8cbef0e481349bef82.
Updated by Alhusein Zawi 4 months ago
Followed the steps :
the error says:
"This entry cannot be deleted because it is still referenced by a CARP IP with the description Test CARP VIP."
25.11.a.20250618.1303
Updated by Christopher Cope 3 months ago
- Status changed from Feedback to In Progress
Tested on
25.11-DEVELOPMENT (amd64) built on Thu Jun 19 19:22:00 UTC 2025 FreeBSD 15.0-CURRENT
I can confirm the changes in the diff were already applied, but still seeing the same error.
Updated by Georgiy Tyutyunnik 3 months ago
- Status changed from Feedback to Resolved
resolved - patch works as intended
tested the patch apply/revert on
25.11-DEVELOPMENT (amd64)
built on Tue Jun 17 6:00:00 UTC 2025
FreeBSD 15.0-CURRENT
Updated by Jim Pingle 3 months ago
- Plus Target Version changed from 25.07 to 25.11