mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #17183 from Shbinging/fix_no_area_range_command_2
ospfd:fix the bug that the empty area was not free after no area range command was executed
This commit is contained in:
commit
a6aa6b5880
@ -748,6 +748,8 @@ DEFUN (no_ospf_area_range,
|
|||||||
|
|
||||||
ospf_area_range_unset(ospf, area, area->ranges, &p);
|
ospf_area_range_unset(ospf, area, area->ranges, &p);
|
||||||
|
|
||||||
|
ospf_area_check_free(ospf, area_id);
|
||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user