We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc203 commit 4fcee45Copy full SHA for 4fcee45
net/netfilter/nf_tables_api.c
@@ -967,7 +967,7 @@ static int nf_tables_updtable(struct nft_ctx *ctx)
967
if (flags & ~NFT_TABLE_F_DORMANT)
968
return -EINVAL;
969
970
- if (flags == ctx->table->flags)
+ if (flags == (ctx->table->flags & NFT_TABLE_F_MASK))
971
return 0;
972
973
/* No dormant off/on/off/on games in single transaction */
0 commit comments