jpetazzo / pipework

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

Add workaround for cgroupv2 + Minure fixes #249

Closed Amine-Zroud closed 11 months ago

Amine-Zroud commented 2 years ago

1- Add a workaround for cgroupv2 working only for docker. 2- Remove output of "command -v" from the console traces. 3- Truncate the length of GUEST_IFNAME as "ip link add ..." command doe not supports names with size higher than 15 chars.

Amine-Zroud commented 11 months ago

Identation had been fixed Thanks @yoursunny

jpetazzo commented 11 months ago

Thanks for the contribution!

And sorry that it took me so long. I'm not using pipework anymore myself, so I was hesitating about merging without testing; but I guess this will be useful for many others :)