plugins/pkg
Dan Williams d5acb127b8 spec/plugins: return interface details and multiple IP addresses to runtime
Updates the spec and plugins to return an array of interfaces and IP details
to the runtime including:

- interface names and MAC addresses configured by the plugin
- whether the interfaces are sandboxed (container/VM) or host (bridge, veth, etc)
- multiple IP addresses configured by IPAM and which interface they
have been assigned to

Returning interface details is useful for runtimes, as well as allowing
more flexible chaining of CNI plugins themselves.  For example, some
meta plugins may need to know the host-side interface to be able to
apply firewall or traffic shaping rules to the container.
2017-01-25 11:31:18 -06:00
..
invoke spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
ip macvlan/ipvlan: use common RenameLink method 2017-01-25 11:31:18 -06:00
ipam spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
ns all: assert internal objects implement interfaces 2016-12-14 17:09:01 -06:00
skel spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
testutils types: make Result an interface and move existing Result to separate package 2017-01-25 11:31:18 -06:00
types spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
utils pkg/utils/hwaddr tests: cover v4 in v6 addr 2016-08-01 16:50:40 -07:00
version spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00