]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Prune duplicate next-hops when installing into zebra 17906/head
authorAcee Lindem <acee@lindem.com>
Wed, 22 Jan 2025 20:41:47 +0000 (20:41 +0000)
committerAcee Lindem <acee@lindem.com>
Thu, 23 Jan 2025 15:13:53 +0000 (15:13 +0000)
commit1c55cf27a207323ab640a6e558c2e7001a3c0c6e
treed5fb36d20549a998d5831d264179f0ca3f1e0dc4
parent1d96c58375baf7eeab65a614a89a5fc4cb7f7031
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>
ospfd/ospf_zebra.c