|
@@ -1792,7 +1792,7 @@ static int nf_tables_newrule(struct sock *nlsk, struct sk_buff *skb,
|
|
|
|
|
|
if (nlh->nlmsg_flags & NLM_F_REPLACE) {
|
|
if (nlh->nlmsg_flags & NLM_F_REPLACE) {
|
|
if (nft_rule_is_active_next(net, old_rule)) {
|
|
if (nft_rule_is_active_next(net, old_rule)) {
|
|
- trans = nft_trans_rule_add(&ctx, NFT_MSG_NEWRULE,
|
|
|
|
|
|
+ trans = nft_trans_rule_add(&ctx, NFT_MSG_DELRULE,
|
|
old_rule);
|
|
old_rule);
|
|
if (trans == NULL) {
|
|
if (trans == NULL) {
|
|
err = -ENOMEM;
|
|
err = -ENOMEM;
|