jpetazzo / pipework

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

vethxxx cannot be added into bridge #247

Closed Lipeilin0624 closed 5 months ago

Lipeilin0624 commented 2 years ago

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

jpetazzo commented 5 months ago

Closing old issues.