plugins/plugins/sample
Gabriel Rosenhouse 99f6be0319 Enable Windows CI (Appveyor)
- start list of linux_only plugins; ignore them when testing on Windows
- Isolate linux-only code by filename suffix
- Remove stub (NotImplemented) functions
- other misc. fixes for Windows compatibility
2017-11-10 08:09:29 -08:00
..
main.go pkg,plugins: update for Result struct Interface index changes 2017-06-29 13:40:36 -05:00
README.md sample: create sample plugin 2017-03-13 14:31:58 +01:00
sample_linux_test.go Enable Windows CI (Appveyor) 2017-11-10 08:09:29 -08:00
sample_suite_test.go Add simple testing infrastructure 2017-03-13 18:05:55 +01:00

Sample CNI plugin

This is an example of a sample chained plugin. It includes solutions for some of the more subtle cases that can be experienced with multi-version chained plugins.

To use it, just add your code to the cmdAdd and cmdDel plugins.