blob: 26570c3c3fe44e4046462582da52e93d1c53196c [file] [log] [blame]
module moddefault {
namespace "urn:yanglint:moddefault";
prefix md;
container mdc {
leaf lf {
type uint16;
}
leaf di {
type int16;
default "5";
}
leaf ds {
type string;
default "str";
}
}
}