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:
Russ White 2024-10-15 11:20:34 -04:00 committed by GitHub
commit f37b770a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -781,6 +781,8 @@ DEFUN (no_ospf_area_range_substitute,
ospf_area_range_substitute_unset(ospf, area, &p);
ospf_area_check_free(ospf, area_id);
return CMD_SUCCESS;
}