Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-cli / src / main / resources / schema / common / netconf-cli-ext.yang
diff --git a/opendaylight/netconf/netconf-cli/src/main/resources/schema/common/netconf-cli-ext.yang b/opendaylight/netconf/netconf-cli/src/main/resources/schema/common/netconf-cli-ext.yang
deleted file mode 100644 (file)
index 139778a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-module netconf-cli-ext {
-
-  namespace "urn:ietf:params:xml:ns:netconf:base:1.0:cli";
-
-  prefix cliext;
-
-    revision 2014-05-26 {
-      description
-        "Initial revision";
-    }
-
-  extension argument-handler {
-    description
-        "Links custom argument reader to an input argument";
-    argument "name";
-  }
-
-}