Merge pull request #15451 from FRRouting/mergify/bp/dev/10.0/pr-15447

bmp: fix vty_out for monitor afi loc-rib (backport #15447)
This commit is contained in:
Donatas Abraitis 2024-02-28 19:33:25 +02:00 committed by GitHub
commit 53d481dd51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",