]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_vty.c
Merge pull request #8455 from achernavin22/ospf_nssa_after_redist2
[mirror_frr.git] / ospfd / ospf_vty.c
index be446705ea9f073c8206cc41eea3277cdca3af91..69a3e45878ba5b3c0aff779231c2a56affec1179 100644 (file)
@@ -1546,6 +1546,7 @@ static int ospf_area_nssa_cmd_handler(struct vty *vty, int argc,
        /* Flush the external LSA for the specified area */
        ospf_flush_lsa_from_area(ospf, area_id, OSPF_AS_EXTERNAL_LSA);
        ospf_schedule_abr_task(ospf);
+       ospf_schedule_asbr_nssa_redist_update(ospf);
 
        return CMD_SUCCESS;
 }