diff options
| -rw-r--r-- | bgpd/bgp_bmp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_bmp.c b/bgpd/bgp_bmp.c index 6a55432e14..1de48a072a 100644 --- a/bgpd/bgp_bmp.c +++ b/bgpd/bgp_bmp.c @@ -2766,7 +2766,7 @@ static int bmp_config_write(struct bgp *bgp, struct vty *vty)  					afi2str_lower(afi), safi2str(safi));  			if (CHECK_FLAG(bt->afimon[afi][safi], BMP_MON_LOC_RIB))  				vty_out(vty, "  bmp monitor %s %s loc-rib\n", -					afi2str(afi), safi2str(safi)); +					afi2str_lower(afi), safi2str(safi));  		}  		frr_each (bmp_listeners, &bt->listeners, bl)  			vty_out(vty, " \n  bmp listener %pSU port %d\n",  | 
