plugins/libcni
Dan Williams 0c2a034f01 api,libcni: add network config list-based plugin chaining
Using a new ".configlist" file format that allows specifying
a list of CNI network configurations to run, add new libcni
helper functions to call each plugin in the list, injecting
the overall name, CNI version, and previous plugin's Result
structure into the configuration of the next plugin.
2017-01-19 22:28:21 -06:00
..
api_test.go api,libcni: add network config list-based plugin chaining 2017-01-19 22:28:21 -06:00
api.go api,libcni: add network config list-based plugin chaining 2017-01-19 22:28:21 -06:00
backwards_compatibility_test.go testing: test invocation of newer plugins with an older libcni 2016-10-25 16:33:35 +02:00
conf_test.go api,libcni: add network config list-based plugin chaining 2017-01-19 22:28:21 -06:00
conf.go api,libcni: add network config list-based plugin chaining 2017-01-19 22:28:21 -06:00
libcni_suite_test.go testing: test invocation of newer plugins with an older libcni 2016-10-25 16:33:35 +02:00