From b322316be53e1aabdec835a7c403972f7a7d6c58 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 24 Feb 2025 10:49:38 -0500 Subject: [PATCH] Don't flush old osbuildapi entries in nftables land either. Signed-off-by: James Antill --- roles/koji_builder/templates/osbuildapi-update-nft.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/osbuildapi-update-nft.sh b/roles/koji_builder/templates/osbuildapi-update-nft.sh index 2c112bf93a..ea0a5f1226 100644 --- a/roles/koji_builder/templates/osbuildapi-update-nft.sh +++ b/roles/koji_builder/templates/osbuildapi-update-nft.sh @@ -18,7 +18,9 @@ test $? -eq 0 || exit $? NEWIDENTITYIPS=`echo "$RESOLVEQUERY" | grep link | sed -E 's/.* ([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+).*/\1/g' | sort -n` # Empty the filter: We do this at the end for a small window.` -nft flush set global osbuildapi +# NOTE: We aren't flushing old entries anymore. +# See commit: e7b50aaee469fdded0ea650c7e7f4dd06e929609 +# nft flush set global osbuildapi # Add the IPs... for j in $NEWIPS