blob: a2155a0486594808f46681232b721faf3e38759c [file] [log] [blame]
module modnotif {
yang-version 1.1;
namespace "urn:yanglint:modnotif";
prefix mn;
container con {
notification nfn {
leaf lf {
type string;
}
}
}
notification nfg {
leaf lf {
type string;
}
}
}