You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: