blob: 5be4cbb5df017c8e363ae90bbae6a0942c48a315 [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 bit auto-sense-speed {
9 position 1;
10 }
11 bit Ten-Mb-only;
12 }
13 }
14 }
15}