]> git.proxmox.com Git - mirror_frr.git/commit
zebra: nexthop_active_update does not need set
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 Apr 2019 12:09:56 +0000 (08:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 Apr 2019 18:57:54 +0000 (14:57 -0400)
commit99eabcec1aab693ccc56dbda823f3b4571e484c9
treeb02ab940d1dbe58fe6b575101ff650abad94d32d
parent454192f46f76c221670f4a7aa4bfc0c870d6ed45
zebra: nexthop_active_update does not need set

We are effectively calling nexthop_active_update() on every
route entry being processed for installation at least 2 times.
This is a bit ridiculous.  We need to resolve the nexthops
when we know a route has changed in some manner, so do so.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c