On Wed, Jul 12, 2023 at 01:05:10PM +0200, Igor Raits wrote: > Hi Pablo, > > Thanks for the patch! > > On Wed, Jul 12, 2023 at 11:59 AM Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > > > Add context structure to improve bridge among support which creates an > > anonymous set. This context structure specifies the command and it > > allows to optionally store a anonymous set. > > > > Use this context to generate native bytecode only if this is an > > add/insert/replace command. > > > > This fixes a dangling anonymous set that is created on rule removal. > > > > Fixes: 26753888720d ("nft: bridge: Rudimental among extension support") > > Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > Reported-and-tested-by: Igor Raits <igor@xxxxxxxxxxxx> I have just pushed it out, thanks.