1
0
Fork 0
libnetconf2/tests/data/modules/module-a.yang
Daniel Baumann afb0a8fea7
Adding upstream version 2.0.24.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-18 11:18:17 +01:00

23 lines
No EOL
375 B
YANG

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;
}
}
}