Vidyashree Rama | 5daea74 | 2016-05-20 16:29:25 +0530 | [diff] [blame] | 1 | module Test { |
2 | yang-version 1; | ||||
3 | namespace http://huawei.com; | ||||
4 | prefix Ant; | ||||
5 | leaf type15 { | ||||
6 | type union { | ||||
7 | type bits { | ||||
8 | bit disable-nagle { | ||||
9 | position 0; | ||||
10 | } | ||||
11 | bit auto-sense-speed { | ||||
12 | position 1; | ||||
13 | } | ||||
14 | bit Mb-only { | ||||
15 | position 2; | ||||
16 | } | ||||
17 | } | ||||
18 | } | ||||
19 | } | ||||
20 | } |