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 | 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 | } |