Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
2f1a3f8a4694c0b2916f02f8c7e1d36850d8637e
/
.
/
experiments
/
netconf
/
tests
/
yang2proto
/
basic.yang
blob: 7bba94436da3b90bf5465559abc0f945bbfd9084 [
file
] [
log
] [
blame
]
module
basic
{
namespace
"urn:acme:yang:basic"
;
prefix
"basic"
;
grouping commonAttributes
{
leaf
my
-
id
{
type uint8
;
}
leaf
my
-
name
{
type
string
;
}
leaf
my
-
status
{
type
boolean
;
config
false
;
}
}
}