]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: ospf6 route installation when changed from nssa to regular area.
authorManoj Naragund <mnaragund@vmware.com>
Tue, 25 Oct 2022 08:08:43 +0000 (01:08 -0700)
committerManoj Naragund <mnaragund@vmware.com>
Mon, 14 Nov 2022 12:47:08 +0000 (04:47 -0800)
commit27c233568527a30da219c034b5eb0eb2539cfb43
tree344f398679decec7265203831311f1a9a459156b
parent695f387ed872c1bc55ad4149ede95465b48697b9
ospf6d: ospf6 route installation when changed from nssa to regular area.

Problem:
Delay in ospfv3 route installation when area gets converted to regular
from NSSA.

RCA:
when area gets converted from NSSA to normal the type-7(NSSA_LSAs)
gets flushed from the area, as a result the external routes
learnt from these type-7s gets removed. Once the area is moved
to nomral the type 5 lsas needs to flooded through the area
so that routes are re-learnt. however there is a delay in
flooding of these routes until these routes are refreshed.
Due to this there is delay installation of these routes.

Fix:
The Fix involves refreshing of the type 5 lsas once the area
is changed from nssa to regular area.

Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
ospf6d/ospf6_nssa.c