From 0ab2882b784a900518d0ebb238aef0da8ee3ea5d Mon Sep 17 00:00:00 2001 From: JackDoan Date: Fri, 17 Oct 2025 17:07:09 -0500 Subject: [PATCH] fix make bench --- firewall_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall_test.go b/firewall_test.go index 02eaad9..a0cb3c8 100644 --- a/firewall_test.go +++ b/firewall_test.go @@ -392,7 +392,7 @@ func BenchmarkFirewallTable_match(b *testing.B) { c := &cert.CachedCertificate{ Certificate: &dummyCert{ name: "nope", - networks: []netip.Prefix{netip.MustParsePrefix("fd99:99/128")}, + networks: []netip.Prefix{netip.MustParsePrefix("fd99::99/128")}, }, InvertedGroups: map[string]struct{}{"nope": {}}, }