blob: 76c204d22afb5cc092ca6a55303d6b3ab4faae5c [file] [log] [blame]
Gaurav Agrawal0cfdeed2016-02-26 02:47:39 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
5 leaf mybits {
6 type bits {
7 bit disable-nagle {
8 position 0;
9 }
10 bit auto-sense-speed {
11 position 1;
12 }
13 bit Ten-Mb-only {
14 position 2;
15 }
16 }
17 }
18}