]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_bmp.h
bmp: add a interface source to bmp connect command
authorFrancois Dumontet <francois.dumontet@6wind.com>
Tue, 31 May 2022 15:40:39 +0000 (17:40 +0200)
committerFrancois Dumontet <francois.dumontet@6wind.com>
Thu, 16 Jun 2022 10:51:11 +0000 (12:51 +0200)
commit09f267ec95de6da5ae8282ae9f69485f8649d9ad
tree108b145fa627ccb94f5a78977d3344e22ebe15b0
parent23a1220847f020c126aa5ac696e191dd8c4450ae
bmp: add a interface source to bmp connect command

With current release, forcin the source ip address when setting up a BMP
connection is not possible.

The need is to add an extra parameter for the following vty command:

router bgp 65500
bmp targets AAA
bmp connect 2.2.2.2 port 666 min-retry 100 max-retry 700
bmp connect 2:2::2:2 port 666 min-retry 100 max-retry 700 [source-interface lo1]

Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
bgpd/bgp_bmp.c
bgpd/bgp_bmp.h
bgpd/bgp_network.c
bgpd/bgp_network.h
doc/user/bmp.rst