1
0
Fork 0
libnetconf2/tests/data/modules/notif1.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

10 lines
No EOL
117 B
YANG

module notif1 {
namespace "n1";
prefix "n1";
notification n1 {
leaf first {
type string;
}
}
}