blob: a2155a0486594808f46681232b721faf3e38759c [file] [log] [blame]
aPiecek23049a52023-04-19 09:22:55 +02001module modnotif {
2 yang-version 1.1;
3 namespace "urn:yanglint:modnotif";
4 prefix mn;
5
6 container con {
7 notification nfn {
8 leaf lf {
9 type string;
10 }
11 }
12 }
13
14 notification nfg {
15 leaf lf {
16 type string;
17 }
18 }
19}