Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
8f16422f59d2a1a0c3d8b76510a281ba171d43e4
/
.
/
plugin
/
src
/
test
/
resources
/
LeafSubStatementWhen.yang
blob: 239e0b6ff6320a16a781ccc8759e833e57094480 [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf ifType
{
when
"ifType != 'ethernet'"
{
description
"ifType is not ethernet"
;
}
type enumeration
{
enum
ethernet
;
enum
atm
;
}
}
}