blob: 1d12ca60d40ae2fd3100a389181801028201c018 [file] [log] [blame]
module modconfig {
namespace "urn:yanglint:modconfig";
prefix mc;
container mcc {
leaf lft {
type string;
config true;
mandatory true;
}
leaf lff {
type string;
config false;
mandatory true;
}
}
}