aboutsummaryrefslogtreecommitdiffstats
path: root/allowedips_test.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-14 15:49:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-14 15:49:20 +0200
commit09235d48d8a77b38f5c2834adbcfcb9c68a1491a (patch)
tree54a32254681cfdda57cb3e8e8b890d21660eefca /allowedips_test.go
parentFix noise test (diff)
downloadwireguard-go-09235d48d8a77b38f5c2834adbcfcb9c68a1491a.tar.xz
wireguard-go-09235d48d8a77b38f5c2834adbcfcb9c68a1491a.zip
Better common bits function
Diffstat (limited to 'allowedips_test.go')
-rw-r--r--allowedips_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/allowedips_test.go b/allowedips_test.go
index 7b73af3..ce21cb4 100644
--- a/allowedips_test.go
+++ b/allowedips_test.go
@@ -106,7 +106,7 @@ func BenchmarkTrieIPv6Peers10Addresses10(b *testing.B) {
}
/* Test ported from kernel implementation:
- * selftest/routingtable.h
+ * selftest/allowedips.h
*/
func TestTrieIPv4(t *testing.T) {
a := &Peer{}
@@ -192,7 +192,7 @@ func TestTrieIPv4(t *testing.T) {
}
/* Test ported from kernel implementation:
- * selftest/routingtable.h
+ * selftest/allowedips.h
*/
func TestTrieIPv6(t *testing.T) {
a := &Peer{}