]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Prune duplicate next-hops when installing into zebra
authorAcee Lindem <acee@lindem.com>
Wed, 22 Jan 2025 20:41:47 +0000 (20:41 +0000)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 28 Mar 2025 15:02:56 +0000 (15:02 +0000)
commit89e73dce28ee822acce788da8301a15dfe6dd71f
treea5b40de7331c5a8da14d9a6fbd745b54c8efc88c
parent1b0d49545c8516c3a377f840ac242b0f1d882cb7
ospfd: Prune duplicate next-hops when installing into zebra

Duplicate next-hops are maintained for OSPF inter-area and AS
external routes in the OSPF routing table as long as they
correspond to LSAs for different adverting routers. The
intra-area route computation will not result in duplicate
next-hops.

Signed-off-by: Acee Lindem <acee@lindem.com>
(cherry picked from commit 1c55cf27a207323ab640a6e558c2e7001a3c0c6e)
ospfd/ospf_zebra.c