boot2docker / boot2docker-cli

boot2docker management utility
Apache License 2.0
339 stars 95 forks source link

fix IPV6NetworkMaskPrefixLength value parsing #347 #349

Closed aldafu closed 9 years ago

aldafu commented 9 years ago

IPV6NetworkMaskPrefixLength can be "128". bit size parameter for ParseUint needs to be increased to fix error.

fixes #347

aldafu commented 9 years ago

fixes #347

tianon commented 9 years ago

Nice, LGTM

cc @gmlewis @Moghedrin

gmlewis commented 9 years ago

LGTM