Skip to content

Commit

Permalink
Merge pull request #15447 from louis-6wind/bmp-safi
Browse files Browse the repository at this point in the history
bmp: fix vty_out for monitor afi loc-rib
  • Loading branch information
ton31337 authored Feb 28, 2024
2 parents 0f3923d + 3104d48 commit 8c69979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c69979

Please sign in to comment.