blob: dc0ccedf2eafb1590774131d4e02f21fb9d3fe7c [file] [log] [blame]
aPiecek6ff46712023-04-18 11:00:52 +02001module modrpc {
2 namespace "urn:yanglint:modrpc";
3 prefix mr;
4
5 rpc rpc {
6 input {
7 leaf lfi {
8 type string;
9 }
10 }
11 output {
12 container con {
13 leaf lfo {
14 type int16;
15 }
16 }
17 }
18 }
19}