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