]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Update default-originate route-map actual map structure 15558/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 15 Mar 2024 11:49:06 +0000 (13:49 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 15 Mar 2024 11:49:06 +0000 (13:49 +0200)
commit4f1e2dcd7a6616c74042657ddcec693de4f10586
tree9482f6370538937b435c5d890857967454a2b157
parent387a035b660b88a4899cba0d0b00face8c4946ca
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>
bgpd/bgp_routemap.c