]> git.puffer.fish Git - mirror/frr.git/commit
zebra: when override flag is set, do not forget to update nht 5856/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 19 Feb 2020 16:27:06 +0000 (17:27 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 5 Mar 2020 15:06:05 +0000 (16:06 +0100)
commit34b2ac58c5cdde140f73ec4d66a31297140a57e9
tree13bd2e8e6af8dfa21924fb6420ebb20cc08e7e74
parentd0bfe25dead1d3dfdc18951f1b6d0023be9ac76c
zebra: when override flag is set, do not forget to update nht

this flag can be used when one routing daemon wants to force his route
to be injected prioritary with other routes, including selected routes.
for that, do not forget to update the new_selected pointer in the zebra
nexthop tracking algorithm.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/zebra_rnh.c