X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Ftools%2Fnetconf-cli%2Fsrc%2Fmain%2Fresources%2Fschema%2Fcommon%2Fnetconf-cli-ext.yang;fp=opendaylight%2Fnetconf%2Ftools%2Fnetconf-cli%2Fsrc%2Fmain%2Fresources%2Fschema%2Fcommon%2Fnetconf-cli-ext.yang;h=139778a8d13f70c2deba4852c31c4d88ba9fa363;hb=23fe9ca678ada6263fec5dd996f4025e4a32fcf5;hp=0000000000000000000000000000000000000000;hpb=071a641d7c12c0e6112d5ce0afe806b54f116ed2;p=controller.git diff --git a/opendaylight/netconf/tools/netconf-cli/src/main/resources/schema/common/netconf-cli-ext.yang b/opendaylight/netconf/tools/netconf-cli/src/main/resources/schema/common/netconf-cli-ext.yang new file mode 100644 index 0000000000..139778a8d1 --- /dev/null +++ b/opendaylight/netconf/tools/netconf-cli/src/main/resources/schema/common/netconf-cli-ext.yang @@ -0,0 +1,18 @@ +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"; + } + +}