mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 16:34:25 +01:00
fix make bench (#1510)
This commit is contained in:
@@ -392,7 +392,7 @@ func BenchmarkFirewallTable_match(b *testing.B) {
|
|||||||
c := &cert.CachedCertificate{
|
c := &cert.CachedCertificate{
|
||||||
Certificate: &dummyCert{
|
Certificate: &dummyCert{
|
||||||
name: "nope",
|
name: "nope",
|
||||||
networks: []netip.Prefix{netip.MustParsePrefix("fd99:99/128")},
|
networks: []netip.Prefix{netip.MustParsePrefix("fd99::99/128")},
|
||||||
},
|
},
|
||||||
InvertedGroups: map[string]struct{}{"nope": {}},
|
InvertedGroups: map[string]struct{}{"nope": {}},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user