]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Re-evaluate the nexthop tracking if flags changed
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 Feb 2019 21:10:56 +0000 (16:10 -0500)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 5 Nov 2019 18:11:03 +0000 (20:11 +0200)
commit5eb3bf5d69daa220a848d9e6f771b7849f9b68e4
tree41664af36f128d54ff1fc028823cce026e4be614
parent97cb87cc907885ba8c9f66d6f789df8f873e66da
zebra: Re-evaluate the nexthop tracking if flags changed

Routing protocols are allowed ( and even encouraged ) to modify
the flags that influence the nexthop tracking.  As such when
we modify the tracking of a nexthop to go from, say, connected force
or not we must re-evaluate the nexthop and send the results
up to the interested parties.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
zebra/zapi_msg.c