Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ospfd: fix the bug that the empty area was not free after no_area_range was executed #17101

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

Shbinging
Copy link
Contributor

@Shbinging Shbinging commented Oct 15, 2024

When we use the no area X.X.X.X range A.B.C.D/M command, if the area no longer has an interface to which it belongs, then the area should be deleted from the LSDB. This processing logic is consistent with instructions such as no network area and no area authentication.

CLOSES #17079 #17080

@frrbot frrbot bot added the ospf label Oct 15, 2024
@Shbinging Shbinging changed the title OSPFD: fix the bug that the empty area was not free after no_area_range was executed ospfd: fix the bug that the empty area was not free after no_area_range was executed Oct 15, 2024
@ton31337 ton31337 added this to the 10.2 milestone Oct 15, 2024
@ton31337
Copy link
Member

Please put this description into the commit directly.

…was executed

When we use the no area X.X.X.X range A.B.C.D/M command, if the area no longer has an interface to which it belongs, then the area should be deleted from the LSDB. This processing logic is consistent with instructions such as no network area and no area authentication.

Signed-off-by: Shbinging <[email protected]>
@Shbinging Shbinging force-pushed the fix_no_area_range_command branch from 0a238ad to af0d135 Compare October 15, 2024 08:11
@Shbinging
Copy link
Contributor Author

Please put this description into the commit directly.

ok

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@riw777 riw777 merged commit f37b770 into FRRouting:master Oct 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSPF incorrectly generates summary LSA when using area range command
3 participants