mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 15:16:59 +02:00
Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6c5c00ef7 | |||
| 770147264d | |||
| 7c3f533950 | |||
| 824cd3f0d6 | |||
| 9f692175e1 | |||
| 22af56f156 | |||
| 1d73e463cd | |||
| 105e0ec66c | |||
| 4870bb680d | |||
| a1498ca8f8 | |||
| 9877648da9 | |||
| 8e0a7bcbb7 | |||
| 8c29b15c6d | |||
| 04d7a8ccba | |||
| b55b9019a7 | |||
| 2e85d138cd | |||
| 9bfdfbafc1 |
+1
-1
@@ -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": {}},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user