Vidyashree Rama | 13b4c55 | 2016-06-20 15:12:43 +0530 | [diff] [blame] | 1 | module 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 | } |