]> git.puffer.fish Git - mirror/frr.git/commit
bgpd, topotests: bmp imported bgp, send peer up events when config param changed
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Dec 2024 14:23:56 +0000 (15:23 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 Jan 2025 14:35:32 +0000 (15:35 +0100)
commit6c7b2abc0122a5d881a5242abb20f86f026b5f92
tree329ec8cc860e53c7ffb5d421400208976a0a58b5
parentca7699f4aea34c12757ae9d469248f577b080dc1
bgpd, topotests: bmp imported bgp, send peer up events when config param changed

When a BGP instance is created or becomes valid, and when a parameter
is updated (router-id, route distinguisher), the peer up messages other
than loc rib peer up messages, are sent. Add a test that controls if
peer down and peer up messages are sent accordingly with correct route
distinguisher values.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_bmp.c
tests/topotests/bgp_bmp/test_bgp_bmp_3.py