Re: iproute2: Behavioural Bug?
From: Akshat Kakkar <hidden>
Date: 2015-08-25 07:18:52
Well if that is the case, then just an additional information (which I have initially mentioned though), if hashtable is 800, then behaviour is correct i.e. deleting only a single filter but for hash tables other than 800, the bug (if any) gets triggered. On Tue, Aug 25, 2015 at 11:38 AM, Cong Wang [off-list ref] wrote:
On Mon, Aug 24, 2015 at 10:14 PM, Akshat Kakkar [off-list ref] wrote:quoted
Dear Florian, There are two filters 15:2:2 and 15:2:3 and I have deleted only 15:2:3, so 15:2:2 will still be there and hence this condition "destroy proto tp when all filters are gone" should not be applicable over here.Florian is correct, it _does_ look like this is caused by my patch, I guess some check in u32_destroy() isn't correct. It's late here, I will look into this tomorrow. Thanks for the report anyway!