Re: [PATCH nft] tests: add test case for sets updated from packet path

2018-02-14 Thread Pablo Neira Ayuso
On Wed, Feb 14, 2018 at 05:40:17PM +0100, Florian Westphal wrote: > currently kernel may pick a set implementation that doesn't provide > a ->update() function. This causes an error when user attempts to > add the nftables rule that is supposed to add entries to the set. > > Signed-off-by: Florian

[PATCH nft] tests: add test case for sets updated from packet path

2018-02-14 Thread Florian Westphal
currently kernel may pick a set implementation that doesn't provide a ->update() function. This causes an error when user attempts to add the nftables rule that is supposed to add entries to the set. Signed-off-by: Florian Westphal --- Pablo, unless you have objections I would push this now. dif