Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
b322f0820fe6893146f674bddcf805c82d8fdedd
/
.
/
plugin
/
maven
/
src
/
test
/
resources
/
BitWithDuplicateName.yang
blob: ed5cc3238f36594169402deebb41c18965d3df4c [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf mybits
{
type bits
{
bit disable
-
nagle
;
bit disable
-
nagle
;
bit
Ten
-
Mb
-
only
;
}
}
}