unit tests for Class E IP addresses

This commit is contained in:
Antonio Ojea
2022-06-08 15:29:48 +02:00
parent abba1492f1
commit 2124f17c72
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ func TestClusterServiceIPRange(t *testing.T) {
expectErrors: false,
options: makeOptionsWithCIDRs("10.0.0.0/16", ""),
},
{
name: "valid primary, class E range",
expectErrors: false,
options: makeOptionsWithCIDRs("244.0.0.0/16", ""),
},
{
name: "valid v4-v6 dual stack",
expectErrors: false,