From 72654620a2fe8f200de2b64d92a20782ef2ac72d Mon Sep 17 00:00:00 2001 From: PatrickLaabs Date: Tue, 17 Jun 2025 13:49:58 +0200 Subject: [PATCH] removing WaitIntervalString from iptables --- pkg/util/iptables/iptables.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/util/iptables/iptables.go b/pkg/util/iptables/iptables.go index 27433ca5a5c..dd6cd005d5b 100644 --- a/pkg/util/iptables/iptables.go +++ b/pkg/util/iptables/iptables.go @@ -177,9 +177,6 @@ var RandomFullyMinVersion = utilversion.MustParseGeneric("1.6.2") // WaitMinVersion a minimum iptables versions supporting the -w and -w flags var WaitMinVersion = utilversion.MustParseGeneric("1.4.20") -// WaitIntervalMinVersion a minimum iptables versions supporting the wait interval useconds -var WaitIntervalMinVersion = utilversion.MustParseGeneric("1.6.1") - // WaitSecondsMinVersion a minimum iptables versions supporting the wait seconds var WaitSecondsMinVersion = utilversion.MustParseGeneric("1.4.22")