blob: 589179db742f217ab04e183da1ecc249e57ec4f1 [file] [log] [blame]
Bharat saraswalaf413b82016-07-14 15:18:20 +05301submodule test4 {
2
3 belongs-to test {
4 prefix test;
5 }
6
7 include test2;
8 organization "";
9 contact "";
10
11 description
12 "Defines basic service types for L3VPN service.";
13
14 revision "2015-12-16" {
15 reference "";
16 }
17
18 grouping group1 {
19 container cont3 {
20 leaf leaf3 {
21 type int32;
22 }
23 container cont4 {
24 leaf leaf4 {
25 type int32;
26 }
27 }
28 }
29 }
30
31 augment /ethernet/cont11 {
32 leaf leaf11 {
33 type int32;
34 }
35 }
36
37}