blob: 886239636215b11ef2a761c02162f71a86c7c3ac [file] [log] [blame]
Bharat saraswalc2fd3222016-10-19 16:10:27 +05301module test1 {
2 namespace "test1:test1";
3 prefix test1 ;
4
5 organization "";
6 contact "";
7
8 description
9 "Defines basic service types for L3VPN service.";
10 revision "2015-12-16" {
11 reference "";
12 }
13
Vidyashree Ramad926f242017-02-08 14:15:18 +053014 rpc rpc-input-output {
Bharat saraswalc2fd3222016-10-19 16:10:27 +053015 input {
16 leaf leaf1 {
17 type int32;
18 }
19 }
20 output {
21 leaf leaf1 {
22 type int32;
23 }
24 }
25 }
26}