]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Advertise FIB installed routes to bgp peers (Part 2)
authorSoman K S <somanks@gmail.com>
Fri, 6 Nov 2020 03:16:04 +0000 (08:46 +0530)
committerSoman K S <somanks@gmail.com>
Fri, 6 Nov 2020 03:16:04 +0000 (08:46 +0530)
commitc208c58670a3de2078fce343fed9a70e5b014690
treee2885d295894d71213e329a08b0927862e975431
parent77b38a4a7dc1dde3a8c24a650884f956fae11157
bgpd: Advertise FIB installed routes to bgp peers (Part 2)

* Added CLI command "[no] bgp suppress-fib-pending" to enable and
  disable suppress-fib-pending
* Send ZEBRA_ROUTE_NOTIFY_REQUEST to zebra when "bgp suppress-fib-pending"
  is enabled or disabled
* Define BGP_DEFAULT_UPDATE_ADVERTISEMENT_TIME which is the delay added
  to update group timer.
* Added error codes

Signed-off-by: kssoman <somanks@gmail.com>
bgpd/bgp_errors.c
bgpd/bgp_errors.h
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h