diff options
| author | Madhuri Kuruganti <maduri111@gmail.com> | 2022-09-12 19:57:20 +0530 |
|---|---|---|
| committer | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-12 13:43:55 +0530 |
| commit | 9f2984d97c2e23198db47d39a725f3c50d2ee0ed (patch) | |
| tree | 2e789c93803bcf8cb8186f194dd12ccd7353ca3c /ospfd/ospf_lsa.c | |
| parent | d6b2761134352ad22acac6cc39acd70bd0c21ad4 (diff) | |
ospfd: few fixes in rSPF calc when LSA received from non root node
Signed-off-by: Madhuri Kuruganti <maduri111@gmail.com>
Diffstat (limited to 'ospfd/ospf_lsa.c')
| -rw-r--r-- | ospfd/ospf_lsa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 6f42fa8d3a..c67181cba6 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2646,8 +2646,6 @@ ospf_router_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) else if (ospf->orr_spf_request) { ospf_lsa_unlock(&area->router_lsa_rcvd); area->router_lsa_rcvd = ospf_lsa_lock(new); - SET_FLAG(new->flags, OSPF_LSA_ORR); - ospf_refresher_register_lsa(ospf, new); ospf_orr_root_update_rcvd_lsa(area->router_lsa_rcvd); } @@ -2662,7 +2660,6 @@ static struct ospf_lsa *ospf_network_lsa_install(struct ospf *ospf, struct ospf_lsa *new, int rt_recalc) { - /* RFC 2328 Section 13.2 Router-LSAs and network-LSAs The entire routing table must be recalculated, starting with the shortest path calculations for each area (not just the |
