plugins/version
Dan Williams 06b397912b 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
..
legacy_examples spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
testhelpers versioning: adds tooling to compile a program against a given old CNI version 2016-09-02 16:02:02 -04:00
conf_test.go versioning: add basic version decode for network config 2016-09-19 12:57:08 -07:00
conf.go versioning: add basic version decode for network config 2016-09-19 12:57:08 -07:00
plugin_test.go versioning: revert spec version to 0.2.0 2016-09-06 15:37:42 -04:00
plugin.go all: assert internal objects implement interfaces 2016-12-14 17:09:01 -06:00
reconcile_test.go types: make Result an interface and move existing Result to separate package 2017-01-25 11:31:18 -06:00
reconcile.go types: make Result an interface and move existing Result to separate package 2017-01-25 11:31:18 -06:00
version_suite_test.go versioning: plugins report a list of supported versions 2016-09-02 11:26:17 -04:00
version.go spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00