tkestack / galaxy

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

Fix veth device name conflict when multi network enabled #111

Closed horizen closed 3 years ago

horizen commented 3 years ago

now, follow cni plugin dependency veth device

when multi network enable for example flannel and k8s-vlan, the veth device name may conflict。

this pull request use different suffix for different cni plugin.