]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Update default-originate route-map actual map structure
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 15 Mar 2024 11:49:06 +0000 (13:49 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 19 Mar 2024 14:26:55 +0000 (14:26 +0000)
commit51443f665a30501a3dc913bc3c0e2c4f81df7c67
tree592c4d8b82a3b682fc45d655cc3ce812afbaacbf
parentbe0b8686fa384b35a1cd8e44159d48cd19e215e6
bgpd: Update default-originate route-map actual map structure

If using with `bgp listen range ... peer-group x`, default_rmap[afi][safi] is not
updated, and after the hard-reset in other side, this is flushed and never updated
again without restarting the sender BGP daemon.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 4f1e2dcd7a6616c74042657ddcec693de4f10586)
bgpd/bgp_routemap.c