blob: 9d13495104a0f545daf6004caa0b9303d8b55c8c [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 bit Ten-Mb-only;
10 }
11 }
12}