]> git.proxmox.com Git - mirror_frr.git/commit
ospf6d: fix ospf6 crash in inp lsa processing
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 11 Oct 2018 16:08:37 +0000 (09:08 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Fri, 12 Oct 2018 16:56:09 +0000 (09:56 -0700)
commitbeabf870d7eca9a6e5a4c8d32557f8e5ca2ba04b
treee6630f8151573ed78d227f660074a247d57ae1a1
parenteaae6204a99340d67e50d36b8e67d0407608a1d4
ospf6d: fix ospf6 crash in inp lsa processing

Use ospf6_prefix_same for comparing two exact same prefix
to determine ECMP for a route.
ospf6_route_cmp expects two different prefix rather
being exactly same.

Ticket:CM-22630
Testing Done:
performed ECMP of intra network prefix route via
sending same route via different available
ospf6 paths.

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