From 88f7dc5957af1452f74078cdd305d13f37ebf9f8 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 15 2020 17:41:03 +0000 Subject: Apply patch 0027-nft-Fix-error-reporting-for-refreshed-transactions.patch patch_name: 0027-nft-Fix-error-reporting-for-refreshed-transactions.patch present_in_specfile: true location_in_specfile: 27 --- diff --git a/iptables/nft.c b/iptables/nft.c index 0efd18d..d661ac2 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -2767,9 +2767,10 @@ retry: h->nft_genid++; list_for_each_entry(n, &h->obj_list, head) { - - if (n->skip) + if (n->skip) { + n->seq = 0; continue; + } n->seq = seq++; switch (n->type) {