|
|
@@ -70,7 +70,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
nft_trans_table_update(trans) = true;
|
|
|
list_add_tail(&trans->list, &ctx->net->nft.commit_list);
|
|
|
return 0;
|
|
|
-@@ -7908,11 +7912,10 @@ static int nf_tables_commit(struct net *
|
|
|
+@@ -7918,11 +7922,10 @@ static int nf_tables_commit(struct net *
|
|
|
switch (trans->msg_type) {
|
|
|
case NFT_MSG_NEWTABLE:
|
|
|
if (nft_trans_table_update(trans)) {
|
|
|
@@ -86,7 +86,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
} else {
|
|
|
nft_clear(net, trans->ctx.table);
|
|
|
}
|
|
|
-@@ -8125,11 +8128,9 @@ static int __nf_tables_abort(struct net
|
|
|
+@@ -8135,11 +8138,9 @@ static int __nf_tables_abort(struct net
|
|
|
switch (trans->msg_type) {
|
|
|
case NFT_MSG_NEWTABLE:
|
|
|
if (nft_trans_table_update(trans)) {
|