On Mon, Jul 10, 2023 at 10:45:15AM +0200, Thomas Haller wrote: > There is some unnecessary or redundant code in "src/libnftables.c". > Clean up. > > This was motivated by an attempt to add a new flag for nft_ctx_new(), > beside NFT_CTX_DEFAULT. The current "if (flags == NFT_CTX_DEFAULT)" > check is an odd usage for flags (because we would want that behavior for > all flags). Series applied, thanks