]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
BGP peers remain in active while rdnbrd is running.
authorDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 25 Apr 2016 20:19:08 +0000 (20:19 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Mon, 25 Apr 2016 20:19:08 +0000 (20:19 +0000)
commitf857321ea9dc42721c9a274db68e8407ad6418d5
treed6fcbe5a2f523cc6b192ed274d31ce830a20d39b
parente60480bd74f4e47a34812eb3109a7cda2602fd0a
BGP peers remain in active while rdnbrd is running.

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-7789, CM-8806

If the route-map for an "ip import-table" denied a route it only flagged
the nexthop as inactive, it did not actually delete the route. This
breaks all directly connected EBGP peers that peer via IPv4 because NHT
finds this /32 with an inactive nexthop.
zebra/zebra_rib.c