diff options
| author | Manoj Naragund <mnaragund@vmware.com> | 2022-10-25 01:08:43 -0700 |
|---|---|---|
| committer | Manoj Naragund <mnaragund@vmware.com> | 2022-11-14 04:47:08 -0800 |
| commit | 27c233568527a30da219c034b5eb0eb2539cfb43 (patch) | |
| tree | 344f398679decec7265203831311f1a9a459156b /tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa2.py | |
| parent | 695f387ed872c1bc55ad4149ede95465b48697b9 (diff) | |
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>
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_nssa2.py')
0 files changed, 0 insertions, 0 deletions
