|
@@ -65,7 +65,7 @@ func TestAddressRecurse(t *testing.T) {
|
|
|
got.Mask = tc[i].InputMask
|
|
|
got.NetworkAddr = addr.Mask(network.Mask)
|
|
|
got.Current = addr.Mask(network.Mask)
|
|
|
- addressRecurse(got, 65535)
|
|
|
+ addressRecurse(got)
|
|
|
want := LoadTestAddresses(tc[i].TestData)
|
|
|
for x := range got.Ipv4s {
|
|
|
gotip := got.Ipv4s[x]
|