summaryrefslogtreecommitdiff
path: root/lib/json.c
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2018-05-03 19:39:07 -0700
committerChirag Shah <chirag@cumulusnetworks.com>2018-05-08 11:53:21 -0700
commit99ab28cb0279a52c339723f2eed1bd6318171ec8 (patch)
tree22b32b19863b132f9c356329ba6a7c71bc20f19e /lib/json.c
parent75a73eeb26622fc1860664c622bb4cd4813527c4 (diff)
ospf6d: fix area border router duplicate
Avoid duplicate ABR brouter entry and its nexthops. The route lookup results in first element of the route/redix node. In case of Intra and inter area brouter, the first element always intra brouter. the first element comparison results in always addition of new element for inter area brouter in brouter table. Now, iterate all elements of the route node and compare for brouter origin, if it is same simply update its nexthops to FIB. brouter and brouter route nexthops should be merge to avoid duplicate nexthops for the inter area routes. Ticket:CM-20807 Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'lib/json.c')
0 files changed, 0 insertions, 0 deletions