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 ip/ipv6 reachability tlvs (backport #15655) #15998

Merged
merged 1 commit into from
May 13, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 13, 2024

Don't allocate subtlvs container if there's nothing to add to it. If the container is allocated, the "sub-TLVs presence" bit is set in the TLVs even if there's no actual sub-TLVs, what violates the RFC.

Fixes #14514.


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

Don't allocate subtlvs container if there's nothing to add to it. If the
container is allocated, the "sub-TLVs presence" bit is set in the TLVs
even if there's no actual sub-TLVs, what violates the RFC.

Fixes #14514.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
(cherry picked from commit c3d34b8)
@ton31337 ton31337 merged commit 653974e into stable/10.0 May 13, 2024
14 checks passed
@ton31337 ton31337 deleted the mergify/bp/stable/10.0/pr-15655 branch May 13, 2024 12: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