Re: ipsec acquire refcount fix

2022-06-14 Thread Vitaliy Makkoveev
> On 14 Jun 2022, at 15:47, Alexander Bluhm wrote: > > Hi, > > I made a little mistake when adding acquire refcount. The timeout > does not decrement the counter to 0 properly. > > We have one reference count for the lists, and one for the timeout > handler. When the timout fires, it has to d

ipsec acquire refcount fix

2022-06-14 Thread Alexander Bluhm
Hi, I made a little mistake when adding acquire refcount. The timeout does not decrement the counter to 0 properly. We have one reference count for the lists, and one for the timeout handler. When the timout fires, it has to decrement the referenc to itself. Then the ipa is removed from the li