blob: dd62eae58714cb8ba5dc199f86d34d6c0e5c712a [file] [log] [blame]
Vidyashree Rama210c01d2016-05-20 16:29:25 +05301module 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}