mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-10-20 15:01:44 +00:00
* Add error message for ifname collision This changes introduce to validateIfName, to check the validation for interface name, i.e. same name among two or more interfaces.
20 lines
453 B
YAML
20 lines
453 B
YAML
package: github.com/Intel-Corp/multus-cni
|
|
import:
|
|
- package: github.com/containernetworking/cni
|
|
version: v0.5.2
|
|
subpackages:
|
|
- pkg/ip
|
|
- pkg/ipam
|
|
- pkg/ns
|
|
- pkg/skel
|
|
- pkg/types
|
|
- pkg/version
|
|
- package: github.com/golang/glog
|
|
- package: github.com/vishvananda/netlink
|
|
- package: k8s.io/client-go
|
|
version: 4a3ab2f5be5177366f8206fd79ce55ca80e417fa
|
|
subpackages:
|
|
- kubernetes
|
|
- tools/clientcmd
|
|
- package: github.com/vishvananda/netns
|