blob: f55c61a0ad7446b23ad2e596d1fbb76265b15816 [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 container speed {
7 leaf local-storage-limit {
8 if-feature local-storage;
9 type uint64;
10 units "kilobyte";
11 config false;
12 description
13 "The amount of local storage that can be
14 used to hold syslog messages.";
15 }
16 }
17}