blob: afa0a4c507696cb15fdd6513436b1dec81b5e11d [file] [log] [blame]
Gaurav Agrawal0cfdeed2016-02-26 02:47:39 +05301module Test {
2 yang-version 1;
3 namespace http://huawei.com;
4 prefix Ant;
janani bdd1314f2016-05-19 17:39:50 +05305 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 }
Gaurav Agrawal0cfdeed2016-02-26 02:47:39 +053017 }
18}