tkestack / galaxy

Providing high-performance network for Kubernetes
Other
109 stars 39 forks source link

Fix veth device name conflict when multi network enabled #115

Closed horizen closed 3 years ago

horizen commented 3 years ago

follow cni plugin dependency veth device

this patch use different suffix for galaxy-k8s-vlan and galaxy-underlay-veth plugin but keep galaxy-veth device name not changed for backward compatibility.

chenchun commented 3 years ago

Thanks for fixing this @horizen