mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
ospf6d: don't delete area when NSSA is unconfigured
Once NSSA is unconfigured, the OSPF area should still be operational as a normal area instead of being deleted. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
d36a6a19d9
commit
bb257321b2
@ -1238,8 +1238,6 @@ static void ospf6_area_nssa_update(struct ospf6_area *area)
|
||||
if (IS_OSPF6_DEBUG_NSSA)
|
||||
zlog_debug("Normal area %s", area->name);
|
||||
ospf6_nssa_flush_area(area);
|
||||
ospf6_area_disable(area);
|
||||
ospf6_area_delete(area);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user