blob: 8dac8e8fe425e407d8448901eee9c8d908d181a5 [file] [log] [blame]
janani b9ed76be2017-08-29 19:11:33 +05301/*
2WARNING:
3This yang model is just for fuction ONOS opensource project demo purpose only,
4And is subject to change in future, Huawei does not commit provide compatibilty
5in commercial product.
6*/
7module ne-tnlm-type {
8 namespace "ne-tnlm-type";
9 prefix tnlm-type;
10 organization "Huawei Technologies Co., Ltd";
11 contact "Huawei Industrial Base
12 Bantian, Longgang
13 Shenzhen 518129
14 People's Republic of China
15 Website: http://www.huawei.com
16 Email: support@huawei.com";
17 description "VRP V800R010 Schema";
18
19 revision "2014-12-25" {
20 reference "Huawei VRPV8 Schema";
21 }
22
23 typedef tnlmbaseTnlPolicyType {
24 type enumeration {
25 enum invalid;
26 enum tnlSelectSeq;
27 enum tnlBinding;
28 }
29 }
30}