blob: 26640eed251467804ea96ee9e0c27961f52ccc29 [file] [log] [blame]
Bharat saraswalb551aae2016-07-14 15:18:20 +05301submodule test2{
2 belongs-to test {
3 prefix test;
4 }
5
6 include test1;
7 organization "";
8 contact "";
9
10 description
11 "Defines basic service types for L3VPN service.";
12
13 revision "2015-12-16" {
14 reference "";
15 }
16
17 container cont5 {
18 leaf leaf5 {
19 type int32;
20 }
21 container cont6 {
22 leaf leaf6 {
23 type int32;
24 }
25 }
26 }
27
28 augment /cont1/cont2/cont4 {
29 container cont10 {
30 leaf leaf10 {
31 type int32;
32 }
33 }
34 }
35}
36