blob: d837fd1be931509f01f4b9fdf53f7718b97a4db2 [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 typedef type15 {
12 type identityref {
13 base tunnel;
14 }
15 }
16}