blob: bd75dba39413c6cecb4b073c73713feaccaa2fff [file] [log] [blame]
Bharat saraswalb551aae2016-07-14 15:18:20 +05301submodule test1 {
2
3 belongs-to test {
4 prefix test;
5 }
6
Bharat saraswalb551aae2016-07-14 15:18:20 +05307 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 cont1 {
18 leaf leaf1 {
19 type int32;
20 }
21 container cont2 {
22 leaf leaf2 {
23 type int32;
24 }
25 }
26 }
27
28 augment /cont1/cont2 {
29 container cont4 {
30 leaf leaf1 {
31 type int32;
32 }
33 }
34 }
35
Bharat saraswalb551aae2016-07-14 15:18:20 +053036}
37