Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
37380c9f895b08c5e57092ea2fbead1b769a0711
/
.
/
tests
/
data
/
modules
/
module-a.yang
blob: 39a5ae2180ad0e45caf79a8f51e68d2a45aba3f5 [
file
] [
log
] [
blame
]
module
module
-
a
{
namespace
"urn:jmu:params:xml:ns:yang:module-a"
;
prefix a
;
description
"This is a simple user module"
;
container top
{
leaf name
{
type
string
;
}
leaf type
{
type
string
;
}
leaf hidden
{
type
boolean
;
}
}
}