Vidyashree Rama | 13b4c55 | 2016-06-20 15:12:43 +0530 | [diff] [blame] | 1 | module syslog1 { |
2 | yang-version 1; | ||||
3 | namespace "http://huawei3.com"; | ||||
4 | prefix "sys1"; | ||||
5 | |||||
6 | include "syslog2"; | ||||
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 | } |