]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix blank line in running-config with bmp listener cmd 17282/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 28 Oct 2024 15:04:45 +0000 (16:04 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 29 Oct 2024 08:58:17 +0000 (08:58 +0000)
commita6cda19865812fffa1a1d30d69088dfebeef9804
treed042fe2e02bf71a6695c60a2f524bf703d74887d
parent354537aa8dfad845f76ec52fe0b87dd725974d95
bgpd: fix blank line in running-config with bmp listener cmd

An extra blank line is added in show running-config with BMP:

> ubuntu2204hwe(config)# router bgp 65500
> ubuntu2204hwe(config-router)# bmp targets tgt
> ubuntu2204hwe(config-bgp-bmp)# bmp monitor ipv4 unicast pre-policy
> ubuntu2204hwe(config-bgp-bmp)# bmp listener 192.0.2.100 port 44
> ubuntu2204hwe(config-bgp-bmp)# do show running-config
>
> router bgp 65500
> [..]
>  bmp targets tgt
>   bmp monitor ipv4 unicast pre-policy
>                                       <-- blank line
>   bmp listener 192.0.2.100 port 44
>  exit

Remove the blank line.

Fixes: ed18356f1f2d ("bgpd/bmp: BMP implementation")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
(cherry picked from commit 9a33ee18bfe2769e173911d69cee64b78143184b)
bgpd/bgp_bmp.c