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 change flex-algorithm number from uint32 to uint8 (backport #17250) #17300

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 30, 2024

The algorithm number is encoded on 8 bits and does not require an unsigned 32 bit value to store the value.

Fixes: cc4926c ("isisd,yang: add algorithm-prefix-sid configuration tree")


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

The algorithm number is encoded on 8 bits and does not require
an unsigned 32 bit value to store the value.

Fixes: cc4926c ("isisd,yang: add algorithm-prefix-sid configuration tree")

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
(cherry picked from commit 8e861a7)
@ton31337 ton31337 merged commit c8341f2 into dev/10.2 Oct 31, 2024
16 checks passed
@ton31337 ton31337 deleted the mergify/bp/dev/10.2/pr-17250 branch October 31, 2024 13:17
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