blob: b7cf234727eb87a7f504daa4d2c5f19d5b5a3e01 [file] [log] [blame]
Bharat saraswale3175d32016-08-31 17:50:11 +05301module test5 {
2 namespace "test:test";
3 prefix test5 ;
4
5 import test{
6 prefix test;
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 augment /test:cont1 {
19 leaf leaf1 {
20 type int32;
21 }
22 }
23
24}
25