On Fri, Oct 21, 2011 at 02:44:43PM +0200, Camiel Dobbelaar wrote:
> Destroying a carp interface does not restore the demote count of the
> carp group.
>
> Reason is that the interface is removed from the carp group by
> if_clone_destroy() before carp_clone_destroy() is run. The second reason
>
Destroying a carp interface does not restore the demote count of the
carp group.
Reason is that the interface is removed from the carp group by
if_clone_destroy() before carp_clone_destroy() is run. The second reason
is a simple bug introduced in ip_carp.c, rev 1.175.
The diff removes if_delg