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 57afa44 commit ea72d65Copy full SHA for ea72d65
net/netfilter/nf_tables_api.c
@@ -968,7 +968,7 @@ static int nf_tables_updtable(struct nft_ctx *ctx)
968
if (flags & ~NFT_TABLE_F_DORMANT)
969
return -EINVAL;
970
971
- if (flags == ctx->table->flags)
+ if (flags == (ctx->table->flags & NFT_TABLE_F_MASK))
972
return 0;
973
974
/* No dormant off/on/off/on games in single transaction */
0 commit comments