From 472a38fe2b6f78fc6bf8081319873750e83b741f Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 17:27:01 +0000 Subject: Apply patch 0023-nft-cache-Reset-genid-when-rebuilding-cache.patch patch_name: 0023-nft-cache-Reset-genid-when-rebuilding-cache.patch present_in_specfile: true location_in_specfile: 23 --- diff --git a/iptables/nft-cache.c b/iptables/nft-cache.c index 07265b7..bc6e7f7 100644 --- a/iptables/nft-cache.c +++ b/iptables/nft-cache.c @@ -629,6 +629,7 @@ void nft_rebuild_cache(struct nft_handle *h) if (h->cache_level) __nft_flush_cache(h); + h->nft_genid = 0; h->cache_level = NFT_CL_NONE; __nft_build_cache(h, level, NULL, NULL, NULL); }