blob: dca558c7d4bd00c6159684f95ca0dce064f12349 [file] [log] [blame]
Bharat saraswalb1170bd2016-07-14 13:26:18 +05301module test2 {
2 namespace "test2:test2";
3 prefix test2 ;
4
5 import test1{
6 prefix test1;
7 }
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
19 augment /test1:cont1/test1:cont2/test1:cont1s/test1:cont1s {
20 leaf leaf5 {
21 type int32;
22 }
23 container aa {
24 }
25 }
26}