]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Fix multi nexthop route remove 1526/head
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 1 Dec 2017 01:45:12 +0000 (17:45 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Wed, 6 Dec 2017 21:12:22 +0000 (13:12 -0800)
commitf867df185a204d9b96d444e7f119bcbac09d5ec7
treecb09506d7c52e931e6a09755102d66bb766b6c44
parent17473b9a4589054ce2b3c81e4f2f32e7573d75c3
ospf6d: Fix multi nexthop route remove

Fix sorting of route storage to DB.
Fix two list comparison which allows route with
multiple nexthop to updates.

Ticket:CM-19025
Testing Done:
Configured a topology where ospf6 learn
ecmp route via one neighbor and upon removal
of intra-prefix route from origin, DUT removes
ECMP intra-prefix route from RIB.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
ospf6d/ospf6_route.c