blob: 60330e0e242f6c9064bb22b994fd8362b5d7283b [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 -2;
10 }
11 bit Ten-Mb-only;
12 }
13 }
14 }
15}