Adding upstream version 3.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
64dbec996d
commit
cfcebb1a7d
569 changed files with 205393 additions and 0 deletions
25
tests/modules/yang/sm-rpcnotif.yang
Normal file
25
tests/modules/yang/sm-rpcnotif.yang
Normal file
|
@ -0,0 +1,25 @@
|
|||
module sm-rpcnotif {
|
||||
yang-version 1.1;
|
||||
namespace "urn:rpcnotif";
|
||||
prefix "smrn";
|
||||
|
||||
container cont {
|
||||
notification cn;
|
||||
action cr {
|
||||
input {
|
||||
leaf in {
|
||||
type string;
|
||||
}
|
||||
}
|
||||
output {
|
||||
leaf out {
|
||||
type string;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rpc r1;
|
||||
rpc r2;
|
||||
notification n1;
|
||||
notification n2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue