We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d7f940 + 34ad154 commit 13d6a96Copy full SHA for 13d6a96
pkg/irr/irr_test.go
@@ -22,7 +22,6 @@ func TestGetIRRPrefixSet(t *testing.T) {
22
{"AS112", 6, []string{"2001:4:112::/48", "2620:4f:8000::/48"}, false},
23
{"AS112", 9, []string{"2001:4:112::/48", "2620:4f:8000::/48"}, true}, // Invalid address family
24
{"AS-LROOT", 6, []string{"2001:500:3::/48", "2001:500:8c::/48", "2001:500:9c::/47{47,48}", "2001:500:9e::/47", "2001:500:9f::/48", "2602:800:9004::/47{48,48}", "2620:0:22b0::/48", "2620:0:2ee0::/48"}, false},
25
- {"AS-FROOT", 4, []string{"192.5.4.0/23{23,24}", "199.212.90.0/23", "199.212.92.0/23"}, false},
26
}
27
for _, tc := range testCases {
28
out, err := PrefixSet(tc.asSet, tc.family, "rr.ntt.net", irrQueryTimeout, "")
0 commit comments