]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix routemap update with disabled delay timer 8828/head
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 10 Jun 2021 17:21:51 +0000 (20:21 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 10 Jun 2021 17:21:51 +0000 (20:21 +0300)
commitf6e7507eb65897f785cafeca302d3c5c56171e06
tree0ee25def28533ee5027cf180f23a11ea75397962
parent3f56f92b849bd5548d99cf049bd9f4187960ebfe
bgpd: fix routemap update with disabled delay timer

- vnc_routemap_update is called only for the last bgp instance
- vpn_policy_routemap_event is not called at all
- unguarded debug (there's already a debug inside the called function)

Make the code consistent with the callback code that is used when the
delay timer is enabled.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_routemap.c