CDS: Add stress test RPC to the cars model
[controller.git] / opendaylight / netconf / tools / netconf-cli / src / main / resources / schema / common / netconf-cli-ext.yang
1 module netconf-cli-ext {
2
3   namespace "urn:ietf:params:xml:ns:netconf:base:1.0:cli";
4
5   prefix cliext;
6
7     revision 2014-05-26 {
8       description
9         "Initial revision";
10     }
11
12   extension argument-handler {
13     description
14         "Links custom argument reader to an input argument";
15     argument "name";
16   }
17
18 }