blob: fcbf52292209e2dc2ddcd759f97d281ff26565cb [file] [log] [blame]
Bharat saraswalb551aae2016-07-14 15:18:20 +05301submodule test4 {
2
3 belongs-to test {
4 prefix test;
5 }
6
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 cont3 {
18 leaf leaf3 {
19 type int32;
20 }
21 container cont4 {
22 leaf leaf4 {
23 type int32;
24 }
25 }
26 }
27}
28