-
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
ospfd: fix internal ldp-sync state flags when feature is disabled #16376
Conversation
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.
thanks, looks good
@Mergifyio backport dev/10.1 stable/10.0 stable/9.1 stable/9.0 |
✅ Backports have been created
|
Looks like there are CI test problems, some look suspicious. Please look into the test results. |
Rebased on current |
Please look at the failures in the "checks" tab - there are errors reported in ldp-sync topotests, it appears.
|
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.
looks good
failure looks related :-(
|
When enabling "mpls ldp-sync" under "router ospf" ospfd configures SET_FLAG(ldp_sync_info->flags, LDP_SYNC_FLAG_IF_CONFIG) so internally knowing that the ldp-sync feature is enabled. However the flag is not cleared when turning of the feature using "nompls ldp-sync"! FRRouting#16375 Signed-off-by: Christian Breunig <[email protected]>
Topotests adjusted
|
Anything missing on my side to continue with the PR? |
ospfd: fix internal ldp-sync state flags when feature is disabled (backport #16376)
ospfd: fix internal ldp-sync state flags when feature is disabled (backport #16376)
ospfd: fix internal ldp-sync state flags when feature is disabled (backport #16376)
ospfd: fix internal ldp-sync state flags when feature is disabled (backport #16376)
When enabling "mpls ldp-sync" under "router ospf" ospfd configures SET_FLAG(ldp_sync_info->flags, LDP_SYNC_FLAG_IF_CONFIG) so internally knowing that the ldp-sync feature is enabled. However the flag is not cleared when turning of the feature using "nompls ldp-sync"!
Closes #16375
Please backup this to stable/10.0 and stable/9.1