mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 23:53:28 +00:00
Merge pull request #17101 from Shbinging/fix_no_area_range_command
ospfd: fix the bug that the empty area was not free after no_area_range was executed
This commit is contained in:
commit
f37b770a34
@ -781,6 +781,8 @@ DEFUN (no_ospf_area_range_substitute,
|
|||||||
|
|
||||||
ospf_area_range_substitute_unset(ospf, area, &p);
|
ospf_area_range_substitute_unset(ospf, area, &p);
|
||||||
|
|
||||||
|
ospf_area_check_free(ospf, area_id);
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user