]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: be more careful removing 'installed' flag from nhgs
authorMark Stapp <mjs@labn.net>
Fri, 29 Sep 2023 16:08:17 +0000 (12:08 -0400)
committerMark Stapp <mjs@labn.net>
Fri, 29 Sep 2023 16:08:17 +0000 (12:08 -0400)
commit0da89ac98553f53718cbbd610d36cb2ceada14d4
tree31ed2377584a3fe1b8499cced0359a35aa356df6
parent1c829fac8e034e9fc7f3ce778b853c9e62c825aa
zebra: be more careful removing 'installed' flag from nhgs

When interface addresses change, we examine nhgs associated
with the interface in case they need to be reinstalled. As
part of that, we may need to reinstall ecmp nhgs that use the
interface being examined - but not always.

Signed-off-by: Mark Stapp <mjs@labn.net>
zebra/zebra_nhg.c