]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Type-7 LSA originated with wrong sequence number 9193/head
authorMobashshera Rasool <mrasool@vmware.com>
Tue, 27 Jul 2021 08:01:56 +0000 (01:01 -0700)
committerMobashshera Rasool <mrasool@vmware.com>
Tue, 27 Jul 2021 12:39:37 +0000 (05:39 -0700)
commit96cad1716395396cfa19239e1fd807d6da33870d
treef0f599fbaab77dc2831a0f802af3eb6838e41a50
parent53d7080980bb4e3bf6ef053673ebc560c5412103
ospf6d: Type-7 LSA originated with wrong sequence number

RCA: When Type-7 LSA is updated, the LSDB is searched, if the
LSA is present in the LSDB then the LSA is updated with next
sequence number and if not then it is originated with the
INITIAL sequence number.
Here while originating Type-7 LSA Process Level LSDB is searched
for instead of area level LSDB.

Fix: Search in the area level LSDB and not in the process level.

Fixes #9099

Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
ospf6d/ospf6_nssa.c