]> git.puffer.fish Git - mirror/frr.git/commit
zebra: disable dependent backpointers for backup nexthops 7374/head
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 22 Oct 2020 22:10:44 +0000 (18:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 22 Oct 2020 22:10:44 +0000 (18:10 -0400)
commit7fa239f165f47d4a9e5a77e337d5715f69aa609a
tree0755e7eb83df7f177395a0481d66a242cac719b6
parent8459128259f1db9258473f7e42558d984183ed5b
zebra: disable dependent backpointers for backup nexthops

Because the backup nexthop groups currently are more like pseudo-NHEs
(they don't have IDs and are not inserted into the ID table or
hashed), they can't really have this depends/dependents relationship
yet in both directions. Some work needs to be done there to make
them more like first class citizens like "normal" NHGs to enable
this.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_nhg.c