Vidyashree Rama | deac28b | 2016-06-20 15:12:43 +0530 | [diff] [blame] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace http://huawei.com; | ||||
4 | prefix Ant; | ||||
5 | leaf ifType { | ||||
6 | type enumeration { | ||||
7 | enum ethernet; | ||||
8 | enum atm; | ||||
9 | } | ||||
10 | must "ifType != 'ethernet'" { | ||||
11 | description "ifType is not ethernet"; | ||||
12 | } | ||||
13 | } | ||||
14 | } |