plugins/libcni
Onur 0d9a1d70f8 spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH
Hardcoding the list separator character as ":" causes CNI to fail when parsing
CNI_PATH on other operating systems. For example, Windows uses ";" as list
separator because ":" can legally appear in paths such as "C:\path\to\file".
This change replaces use of ":" with OS-agnostic APIs or os.PathListSeparator.

Fixes #358
2017-01-28 16:47:58 -08:00
..
api_test.go spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
api.go spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH 2017-01-28 16:47:58 -08: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