blob: b387853534b62d9836d6570c52a58ef08eb05880 [file] [log] [blame]
Vidyashree Ramadeac28b2016-06-20 15:12:43 +05301module syslog3 {
2 yang-version 1;
3 namespace "http://huawei3.com";
4 prefix "sys3";
5
6 include "syslog4";
7
8 feature frr-te {
9 description "Indicates support for TE FastReroute (FRR)";
10 if-feature "p2mp-te";
11 }
12
13 container speed {
14 leaf local-storage-limit {
15 if-feature frr-te;
16 type uint64;
17 units "kilobyte";
18 config false;
19 description
20 "The amount of local storage that can be
21 used to hold syslog messages.";
22 }
23 }
24}