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