On 09/11/2022 14:04, Pablo Neira Ayuso wrote:
On Sat, Oct 29, 2022 at 10:59:40AM +0200, Fernando Fernandez Mancera wrote:
Introduce NFT_MSG_DESTROY* message type. The destroy operation performs a
delete operation but ignoring the ENOENT errors.
A made a few comestic updates, then I realize we also need to handle
this from the command and abort paths. We also might need to update
the _notify() functions to report the destroy events to userspace
(that is still missing in the patch that I'm attaching).
I think this is almost there but it needs a bit more work.
Note, this patch applies on top of latests Phil's update on nf-next.
Thanks Pablo, let me handle the _notify() functions and will send a new
version of the patch.
Thanks,
Fernando.