blob: 6e8f6031d29f990a2aee0b84ab56344b0c9f054c [file] [log] [blame]
Shankara-Huaweidf7b9ca2016-07-14 11:35:34 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5
6 identity tunnel {
7 description
8 "Base identity from which specific tunnel types are derived.";
9 }
10
11 leaf tunnel-value {
12 type type15;
13 }
14
15 typedef type15 {
16 type identityref {
17 base tunnel;
18 }
19 }
20}