-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
isisd: Fix crash when enabling OpenFabric on an interface #14726
Conversation
d09f9b8
to
8d371d2
Compare
`isis_srv6_area_init` should not use `yang_get_default_*` functions for fabricd. Fixes: FRRouting#14722 Signed-off-by: Carmine Scarpitta <[email protected]>
Signed-off-by: Carmine Scarpitta <[email protected]>
8d371d2
to
ccd82b3
Compare
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? |
@Mergifyio backport dev/9.1 stable/9.0 |
✅ Backports have been created
|
There was a problem hiding this 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.
isisd: Fix crash when enabling OpenFabric on an interface (backport #14726)
isis_srv6_area_init
should not useyang_get_default_*
functions for fabricd.Fixes: #14722