Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b9f0eb59e8a665cc277f21e9c89ce051abd8fdc4
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
PositionDuplication.yang
blob: 81eeb16a497321041eb4eafe85ce62fe13696f29 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf mybits
{
type bits
{
bit disable
-
nagle
{
position
0
;
}
bit
auto
-
sense
-
speed
{
position
1
;
}
bit
Ten
-
Mb
-
only
{
position
1
;
}
}
}
}