1
0
Fork 0
libyang/tests/yanglint/modules/modsm-augment.yang

16 lines
210 B
YANG
Raw Permalink Normal View History

module modsm-augment {
yang-version 1.1;
namespace "urn:yanglint:modsm-augment";
prefix "msa";
import modsm {
prefix msm;
}
augment "/msm:root" {
leaf alf {
type string;
}
}
}