IPAM docs
stacykor opened this issue · 1 comments
stacykor commented
In the "subnet IP pool" section of this page: http://contiv.github.io/documents/networking/ipam.html the example config is incorrect and leads to an error (ERRO[0000] subnet string invalid format):
netctl net create contiv-net -subnet 10.1.1.50-100/24
The correct syntax is:
netctl net create contiv-net -subnet 10.1.1.50-10.1.1.100/24
Creating network default:contiv-net
stacykor commented
This has been updated.