]> 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)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 27 Mar 2019 20:22:22 +0000 (16:22 -0400)
commit906b54ddba69293eb38430c241548aad8c273eae
treec9fa34916b9e7de397b3ee7ab490053050691b76
parent9cb8322ed99eabb94f76a7c2aeb1b60d105e7440
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>
zebra/zapi_msg.c