diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-05-17 14:29:51 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-05-22 13:12:02 +0900 |
commit | c37b50a024f4b90edf390b3f60d3df0f6c1901e2 (patch) | |
tree | c0725435f63340dda7944f9f5d1d1ff3c43164b2 /tools | |
parent | 5bb073815657d605c77376a51e6219a593eb7af6 (diff) |
config: Add interval seconds for BMP stats reports
This patch suppose the default interval of the BMP stats reports is
0 which disable this feature and the range of this interval is 15
though 65535 seconds to follow Junos OS configuration.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 47f34540..b9bd5f6c 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -553,6 +553,11 @@ module gobgp { type bmp-route-monitoring-policy-type; default PRE-POLICY; } + leaf statistics-timeout { + type uint16; + description + "Interval seconds of statistics messages sent to BMP server"; + } } grouping gobgp-bmp-server-state { |