1
0
Fork 0
libnetconf2/tests/data/modules/notif1.yang

10 lines
117 B
YANG
Raw Permalink Normal View History

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