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) {