Add plugin code
authorEugene Yakubovich <eugene.yakubovich@coreos.com>
Wed, 15 Apr 2015 22:35:02 +0000 (15:35 -0700)
committerEugene Yakubovich <eugene.yakubovich@coreos.com>
Mon, 27 Apr 2015 21:14:29 +0000 (14:14 -0700)
commitc24708ff62bb54f209b1e8b10d2f826ceed0060b
tree92ab065d0d72e75259e2ef543f5666c653a05695
Add plugin code

This adds basic plugins.
"main" types: veth, bridge, macvlan
"ipam" type: host-local

The code has been ported over from github.com/coreos/rkt project
and adapted to fit the CNI spec.
ip/cidr.go [new file with mode: 0644]
ip/ipmasq.go [new file with mode: 0644]
ip/link.go [new file with mode: 0644]
ip/route.go [new file with mode: 0644]
ns/ns.go [new file with mode: 0644]
plugin/ipam.go [new file with mode: 0644]
plugin/types.go [new file with mode: 0644]
skel/skel.go [new file with mode: 0644]