jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vethxxx cannot be added into bridge

Lipeilin0624 opened this issue · comments

Hi,
Now we have a problem, the vethxxx of docker can not be added into bridge. I am wondering if you've ever encountered similar problems. can you look into it and give me a feedback? Any suggestions would be highly appreciated. Thank you.

image

And, i see the code of pipework is that the command of "ip link set "$LOCAL_IFNAME" master "$IFNAME" " is before the command of "ip link set "$LOCAL_IFNAME" up", but i see the rule is To add an interface (e.g. eth0) into the bridge, its state must be up, I would really appreciate if you can help me.

image

Closing old issues.