blob: 4d4854024583f22b8bf36371300db811bb3cda5a [file] [log] [blame]
module modmandatory {
namespace "urn:yanglint:modmandatory";
prefix mm;
container mmc {
leaf lft {
type int16;
mandatory true;
}
leaf lff {
type int16;
}
}
}