Skip to content

Commit

Permalink
Merge pull request FRRouting#17283 from FRRouting/mergify/bp/stable/1…
Browse files Browse the repository at this point in the history
…0.1/pr-17278

bgpd: fix blank line in running-config with bmp listener cmd (backport FRRouting#17278)
  • Loading branch information
ton31337 authored Oct 29, 2024
2 parents 4f89c0a + 878890f commit fd230e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bgpd/bgp_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2828,8 +2828,7 @@ static int bmp_config_write(struct bgp *bgp, struct vty *vty)
afi2str_lower(afi), safi2str(safi));
}
frr_each (bmp_listeners, &bt->listeners, bl)
vty_out(vty, " \n bmp listener %pSU port %d\n",
&bl->addr, bl->port);
vty_out(vty, " bmp listener %pSU port %d\n", &bl->addr, bl->port);

frr_each (bmp_actives, &bt->actives, ba) {
vty_out(vty, " bmp connect %s port %u min-retry %u max-retry %u",
Expand Down

0 comments on commit fd230e4

Please sign in to comment.