--- embedaddon/quagga/bgpd/bgp_damp.h 2012/02/21 17:26:11 1.1.1.1 +++ embedaddon/quagga/bgpd/bgp_damp.h 2016/11/02 10:09:10 1.1.1.2 @@ -144,4 +144,6 @@ extern void bgp_damp_info_vty (struct vty *, struct bg extern const char * bgp_damp_reuse_time_vty (struct vty *, struct bgp_info *, char *, size_t); +extern int bgp_show_dampening_parameters (struct vty *vty, afi_t, safi_t); + #endif /* _QUAGGA_BGP_DAMP_H */