]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_intra.h
ospf6d: ECMP for Intra Area Prefix routes
authorChirag Shah <chirag@cumulusnetworks.com>
Mon, 2 Apr 2018 21:37:10 +0000 (14:37 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 6 Apr 2018 05:36:21 +0000 (22:36 -0700)
commit03f3c1c101e8d035d01cf55ebadd1faa8791abf3
treef29c7fc84d514b670e6184f3428b59417d143b7f
parent0c842c46c79e1464a67b5aab3d644ab86f09c8ef
ospf6d: ECMP for Intra Area Prefix routes

Handle ECMP for Intra Area Prefix LSAs routes.

Ticket:CM-16139
Testing Done:

Configure ospf6 passive interface R2 and R3 with
same prefix address.
Check Intra Area Prefix LSA update  at R1 and R3
which would have ECMP paths with effective two
paths and two nexthops (from R2 and R4).
stop frr at R3 and R1 and R4 route changes back to
one nexthop and one paht.
R1 ---- R2
|       |
R3 ---- R4

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