Hi, On Thu, Nov 14, 2024 at 02:53:04PM +0100, Thomas Köller wrote: > What exactly happens if an attempt is made to add another element to a set > that is already full? I ran into this condition and found that a subsequent > 'nft list ruleset' would display the set with no contained elements at all. I don't see this here. Would you post a reproducer for a current kernel in -stable? > I think that a reasonable way to handle this case would be to apply sume LRU > strategy to free up a slot, but that is apparently not the case? Could you develop your usecase?