Skip to content

Commit

Permalink
Merge pull request #17183 from Shbinging/fix_no_area_range_command_2
Browse files Browse the repository at this point in the history
ospfd:fix the bug that the empty area was not free after no area range command was executed
  • Loading branch information
ton31337 authored Oct 23, 2024
2 parents a4ecc2f + baf6047 commit a6aa6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a6aa6b5

Please sign in to comment.