jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.22k stars 727 forks source link

Error: an inet address is expected rather than "192.168.1.1/24" #9

Closed dustin closed 10 years ago

dustin commented 10 years ago

I started three instances I wanted to talk to each other and tried to spin up basic networking between them.

$ sudo ./pipework br1 8c7d0e982624 192.168.1.1/24 
Error: an inet address is expected rather than "192.168.1.1/24".
jpetazzo commented 10 years ago

Sorry, I merged a patch earlier without testing it thoroughly! I just pushed a fix.

Note to self: I have to write some regression tests :-)