Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
There was an error while loading. Please reload this page.
This is on Win 8.1.
The error is:
The output that needs to be parsed includes:
IPV6NetworkMaskPrefixLength: 128
That value is then parsed by this code:
boot2docker-cli/virtualbox/hostonlynet.go
Line 103 in cb4be2b
strconv.ParseUint(val, 10, 7) will fail when val is 128.
bit size should be increased to 8.