jpetazzo / pipework

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

Fix for #128, replaced interface up checking logic #129

Closed santosh0705 closed 7 months ago

santosh0705 commented 9 years ago

I was working in self created CentOS 6.6 image and faced this issue #128. So fixed pipework to work in my environment. This fix also ensure that IP address is assigned to the interface.

jpetazzo commented 9 years ago

Oh, I see, interesting. Do you think we could use something lke ip link ls dev $CONTAINER_IFNAME instead?

jpetazzo commented 9 years ago

I pushed an alternate fix. Please let me know if it works for you!

santosh0705 commented 9 years ago

Sure... will test on Monday :)

jpetazzo commented 9 years ago

OK, let me know if it worked :-)