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

isisd: Fix crash when enabling OpenFabric on an interface #14726

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

cscarpitta
Copy link
Contributor

isis_srv6_area_init should not use yang_get_default_* functions for fabricd.

Fixes: #14722

@github-actions github-actions bot added size/S master rebase PR needs rebase labels Nov 3, 2023
@cscarpitta cscarpitta force-pushed the fix/fix-openfabric-crash branch from d09f9b8 to 8d371d2 Compare November 3, 2023 09:18
`isis_srv6_area_init` should not use `yang_get_default_*` functions for
fabricd.

Fixes: FRRouting#14722

Signed-off-by: Carmine Scarpitta <[email protected]>
@cscarpitta cscarpitta force-pushed the fix/fix-openfabric-crash branch from 8d371d2 to ccd82b3 Compare November 3, 2023 12:22
@donaldsharp
Copy link
Member

Have you gone through with all the other commands that were added for ISIS SRv6 and ensured that we have a second code path for fabricd? In other words is this operator going to report another crash in a week or two as they try different commands?

@ton31337 ton31337 removed the rebase PR needs rebase label Nov 4, 2023
@ton31337
Copy link
Member

ton31337 commented Nov 4, 2023

@Mergifyio backport dev/9.1 stable/9.0

Copy link

mergify bot commented Nov 4, 2023

backport dev/9.1 stable/9.0

✅ Backports have been created

Copy link
Contributor

@idryzhov idryzhov left a comment

Choose a reason for hiding this comment

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

I checked the code, there are no other places with this problem. Merging.

@idryzhov idryzhov merged commit 23ebea3 into FRRouting:master Nov 5, 2023
80 checks passed
idryzhov added a commit that referenced this pull request Nov 6, 2023
isisd: Fix crash when enabling OpenFabric on an interface (backport #14726)
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.

adding "router openfabric" crashes fabricd
4 participants