10 lines
No EOL
117 B
YANG
10 lines
No EOL
117 B
YANG
module notif1 {
|
|
namespace "n1";
|
|
prefix "n1";
|
|
|
|
notification n1 {
|
|
leaf first {
|
|
type string;
|
|
}
|
|
}
|
|
} |