]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: skip queued entries when resolving nexthop
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 1 Jul 2019 17:17:46 +0000 (17:17 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 26 Jul 2019 17:26:10 +0000 (17:26 +0000)
commit6d0ee6a0d44d2647c3daa96829a494b7f31a7809
treef08aff608454f8be753f517decd1627e37eb0e95
parent51e75ed2280cb5e3e1a4fcf98240c1f1eab24d9a
zebra: skip queued entries when resolving nexthop

Problem reported where certain routes were not being passed on to
clients if they were operated on while still queued for kernel
installation.   Changed it to defer working on entries that were
queued to dplane so we could operate on them after getting an
answer back from kernel installatino.

Ticket: CM-25480
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
zebra/zebra_rib.c
zebra/zebra_rnh.c