blob: ebc87501fd851bf04d611e7356540b5bad08e64d [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301submodule test1 {
2
3 belongs-to test {
4 prefix test;
5 }
6
7 import test2 {
8 prefix test2;
9 }
10 organization "";
11 contact "";
12
13 description
14 "Defines basic service types for L3VPN service.";
15
16 revision "2015-12-16" {
17 reference "";
18 }
19
20 augment /test2:cont1/test2:cont2 {
21 leaf a {
22 type int32;
23 }
24 container cont2 {
25 leaf leaf1 {
26 type int32;
27 }
28 }
29 }
30}
31