21 lines
345 B
YANG
21 lines
345 B
YANG
module sm-mod {
|
|
yang-version 1.1;
|
|
namespace "urn:yanglint:sm-mod";
|
|
prefix "sm-mod";
|
|
|
|
revision 2017-01-26 {
|
|
description
|
|
"initial";
|
|
reference
|
|
"";
|
|
}
|
|
|
|
container not-compiled {
|
|
leaf first {
|
|
type string;
|
|
}
|
|
leaf second {
|
|
type string;
|
|
}
|
|
}
|
|
}
|