spec: remove CNI_VERSION env var, was never been implemented
authorGabe Rosenhouse <grosenhouse@pivotal.io>
Wed, 20 Jul 2016 20:39:51 +0000 (13:39 -0700)
committerGabe Rosenhouse <grosenhouse@pivotal.io>
Wed, 20 Jul 2016 20:39:51 +0000 (13:39 -0700)
No one uses this, and it is causing confusion (see #150)

SPEC.md

diff --git a/SPEC.md b/SPEC.md
index 74f06e4..06ae36a 100644 (file)
--- a/SPEC.md
+++ b/SPEC.md
@@ -64,7 +64,6 @@ The operations that the CNI plugin needs to support are:
 
 The executable command-line API uses the type of network (see [Network Configuration](#network-configuration) below) as the name of the executable to invoke.
 It will then look for this executable in a list of predefined directories. Once found, it will invoke the executable using the following environment variables for argument passing:
-- `CNI_VERSION`:  [Semantic Version 2.0](http://semver.org) of CNI specification. This effectively versions the CNI_XXX environment variables.
 - `CNI_COMMAND`: indicates the desired operation; either `ADD` or `DEL`
 - `CNI_CONTAINERID`: Container ID
 - `CNI_NETNS`: Path to network namespace file