mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-23 00:18:05 +00:00
22 lines
345 B
YANG
22 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;
|
|
}
|
|
}
|
|
}
|