diff options
author | Balaji <balajig81@gmail.com> | 2015-03-16 17:55:29 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 17:26:05 +0200 |
commit | 9914e0224b34aea29dbcf6e314dc883dfc2ac382 (patch) | |
tree | db905979fe19f0b65f0f77668632944ce066ed1e /bgpd/bgp_damp.h | |
parent | *: remove stray extra semicolons (diff) | |
download | frr-9914e0224b34aea29dbcf6e314dc883dfc2ac382.tar.xz frr-9914e0224b34aea29dbcf6e314dc883dfc2ac382.zip |
bgpd: Display of configured dampening parameters
Function to display configured bgp dampening parameters.
Signed-off-by: Balaji.G <balajig81@gmail.com>
[DL: formatting adjustments]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 06bd420d4646333bc7ed9964e348f19a942fcfe2)
Diffstat (limited to 'bgpd/bgp_damp.h')
-rw-r--r-- | bgpd/bgp_damp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_damp.h b/bgpd/bgp_damp.h index 685369637..030a62197 100644 --- a/bgpd/bgp_damp.h +++ b/bgpd/bgp_damp.h @@ -143,5 +143,6 @@ extern void bgp_config_write_damp (struct vty *); extern void bgp_damp_info_vty (struct vty *, struct bgp_info *, json_object *json_path); extern const char * bgp_damp_reuse_time_vty (struct vty *, struct bgp_info *, char *, size_t, u_char, json_object *); +extern int bgp_show_dampening_parameters (struct vty *vty, afi_t, safi_t); #endif /* _QUAGGA_BGP_DAMP_H */ |