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:
Donatas Abraitis 2024-10-23 12:41:37 +03:00 committed by GitHub
commit a6aa6b5880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -748,6 +748,8 @@ DEFUN (no_ospf_area_range,
ospf_area_range_unset(ospf, area, area->ranges, &p);
ospf_area_check_free(ospf, area_id);
return CMD_SUCCESS;
}