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 internal ldp-sync state flags when feature is disabled (backport #16376) #16446

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jul 23, 2024

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


This is an automatic backport of pull request #16376 done by Mergify.

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"!

#16375

Signed-off-by: Christian Breunig <[email protected]>
(cherry picked from commit 5a70378)
@riw777 riw777 merged commit de6c3c7 into stable/9.0 Jul 24, 2024
14 checks passed
@mergify mergify bot deleted the mergify/bp/stable/9.0/pr-16376 branch July 24, 2024 00:04
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.

2 participants