Re: [PATCH v3] netfilter: nft_dynset: support for element deletion

2019-08-14 Thread Florian Westphal
Ander Juaristi wrote: > This patch implements the delete operation from the ruleset. > > It implements a new delete() function in nft_set_rhash. It is simpler > to use than the already existing remove(), because it only takes the set > and the key as arguments, whereas remove() expects a full > n

Re: [PATCH v3] netfilter: nft_dynset: support for element deletion

2019-08-14 Thread Florian Westphal
Pablo Neira Ayuso wrote: > On Tue, Aug 13, 2019 at 08:58:49AM +0200, Ander Juaristi wrote: > > This patch implements the delete operation from the ruleset. > > > > It implements a new delete() function in nft_set_rhash. It is simpler > > to use than the already existing remove(), because it only

Re: [PATCH v3] netfilter: nft_dynset: support for element deletion

2019-08-14 Thread Pablo Neira Ayuso
On Tue, Aug 13, 2019 at 08:58:49AM +0200, Ander Juaristi wrote: > This patch implements the delete operation from the ruleset. > > It implements a new delete() function in nft_set_rhash. It is simpler > to use than the already existing remove(), because it only takes the set > and the key as argum