]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsas 16050/head
authorRajesh Girada <rgirada@vmware.com>
Mon, 20 May 2024 16:34:41 +0000 (09:34 -0700)
committerRajesh Girada <rgirada@vmware.com>
Thu, 6 Jun 2024 11:34:39 +0000 (04:34 -0700)
commita41b484f0a12b49ebbe70a6dd64b5dc5fdbf99ce
tree604de0c8acd6b3d420649476bb03514a84aba50b
parent0babb933e73a1355786ac3722fb882d7a4bc0d79
ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsas

Description:
OSPF6 GR HELPER router should  consider as TOPOCHANGE when
it receives lsas with max age and should exit from Helper.
But, it is not exiting from helper because this max age lsa is
considered as duplicated lsa since the sender uses same seq
number for max age lsa from the previous lsa update.
Currently, topo change is not considered for duplicated lsas.
So removed the duplicated check when validating TOPOCHNAGE.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
ospf6d/ospf6_flood.c