k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Prateek Gogia 3c1d4581c4 pkg/ip: Return correct error if container name provided exists, and test cases
If interface name for a container provided by a user is already present,
Veth creation fails with incorrect error.
If os.IsExist error is returned by makeVethPair:
* Check for peer name, if exists generate another random peer name,
* else, IsExist error is due to container interface present, return error.

Fixes #155
2016-08-11 18:51:03 +00:00
invoke *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
ip pkg/ip: Return correct error if container name provided exists, and test cases 2016-08-11 18:51:03 +00:00
ipam plugins: set MAC addresses based on IP 2016-07-22 15:34:53 -07:00
ns pkg/ns: fix misspelling in comment 2016-06-14 09:52:58 -07:00
skel misc: fix up copyright dates 2016-07-14 16:09:27 -07:00
testutils plugins: adds new no-op plugin that may be used as a test-double 2016-07-15 12:48:02 -07:00
types pkg/types: cover string for unmarshal tests 2016-06-13 18:18:36 -07:00
utils pkg/utils/hwaddr tests: cover v4 in v6 addr 2016-08-01 16:50:40 -07:00