Actions
Bug #13908
openCARP automatically generated rules don't get removed
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
23.05
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Carp automatically generated rules generated after defining a CARP VIP don't get removed after removing the CARP VIP.
If you manually run the filter reload, the rules will get removed.
Steps to reproduce:
- Define a CARP VIP on the WAN interface
- Confirm that the rules have been created in the /tmp/reles.debug file.
# CARP rules block in log quick proto carp from (self) to any ridentifier 1000000201 pass quick proto carp ridentifier 1000000202 no state
- Remove the CARP VIP on the WAN interface defined in step 1.
- Check the /tmp/reles.debug file again, and the rules will still be present
Updated by Jim Pingle 2 months ago
- Category changed from CARP to Virtual IP Addresses
- Target version set to 2.7.0
This likely applies to any VIP type, not just CARP. Though other types do not have special rules like CARP, they may still be present in other places (e.g. interface net macros)
Actions