blob: 09b8b37cb0ef3b14541c8deca7134f2bc8d7c356 [file] [log] [blame]
submodule syslog {
yang-version 1;
belongs-to "syslog1" {
prefix "sys";
}
feature local-storage {
description
"This feature means the device supports local
storage (memory, flash or disk) that can be used to
store syslog messages.";
}
container speed {
leaf local-storage-limit {
if-feature local-storage;
type uint64;
units "kilobyte";
config false;
description
"The amount of local storage that can be
used to hold syslog messages.";
}
}
}