blob: b387853534b62d9836d6570c52a58ef08eb05880 [file] [log] [blame]
module syslog3 {
yang-version 1;
namespace "http://huawei3.com";
prefix "sys3";
include "syslog4";
feature frr-te {
description "Indicates support for TE FastReroute (FRR)";
if-feature "p2mp-te";
}
container speed {
leaf local-storage-limit {
if-feature frr-te;
type uint64;
units "kilobyte";
config false;
description
"The amount of local storage that can be
used to hold syslog messages.";
}
}
}