]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: abr summary advertise best route 3351/head
authorChirag Shah <chirag@cumulusnetworks.com>
Fri, 16 Nov 2018 01:05:58 +0000 (17:05 -0800)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 16 Nov 2018 19:37:17 +0000 (11:37 -0800)
commit276aa265568db6464ce98dae2ea97f0cbdbc2712
treebfa3f2da4ef61c822e23cef046e16a267fc8a921
parent6b2ddd675c926fc1cd45229adcb29c3eba0581cf
ospf6d: abr summary advertise best route

ABR summary should contain best intra prefix LSA.
There might be a case where intra-prefix route with different
cost from different advertising router present, summary
advertisement should only consider best intra-prefix route.

A route which is marked for remove, while purging the route's
ABR summary LSA also remove summary route from the summary
table.

Ticket:CM-22665
Testing Done:
Validate on ABR topology, intra-prefix route with
different cost, a higher cost intra-prefix route skip from sending
ABR summary LSA.

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