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

bgpd: Fix error handling when receiving BGP Prefix SID attribute #15628

Merged
merged 2 commits into from Apr 2, 2024

Conversation

ton31337
Copy link
Member

No description provided.

@frrbot frrbot bot added the bgp label Mar 27, 2024
@ton31337 ton31337 force-pushed the fix/bgp_prefix_sid_crash branch 2 times, most recently from b1c1046 to b33004e Compare March 27, 2024 19:51
@mwinter-osr
Copy link
Member

CI:rerun libyang version may have changed during execution which caused the failure

@ton31337 ton31337 marked this pull request as draft March 28, 2024 15:24
Without this patch, we always set the BGP Prefix SID attribute flag without
checking if it's malformed or not. RFC8669 says that this attribute MUST be discarded.

Also, this fixes the bgpd crash when a malformed Prefix SID attribute is received,
with malformed transitive flags and/or TLVs.

Reported-by: Iggy Frankovic <iggyfran@amazon.com>
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
@ton31337
Copy link
Member Author

@Mergifyio backport dev/10.0 stable/9.1 stable/9.0 stable/8.5

@ton31337 ton31337 marked this pull request as ready for review March 28, 2024 16:49
Copy link

mergify bot commented Mar 28, 2024

backport dev/10.0 stable/9.1 stable/9.0 stable/8.5

✅ Backports have been created

If we receive an attribute that is handled by bgp_attr_malformed(), use
treat-as-withdraw behavior for unknown (or missing to add - if new) attributes.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@riw777 riw777 merged commit 6bea75f into FRRouting:master Apr 2, 2024
9 checks passed
@ton31337 ton31337 deleted the fix/bgp_prefix_sid_crash branch April 2, 2024 16:44
ton31337 added a commit that referenced this pull request Apr 2, 2024
bgpd: Fix error handling when receiving BGP Prefix SID attribute (backport #15628)
ton31337 added a commit that referenced this pull request Apr 3, 2024
bgpd: Fix error handling when receiving BGP Prefix SID attribute (backport #15628)
ton31337 added a commit that referenced this pull request Apr 3, 2024
bgpd: Fix error handling when receiving BGP Prefix SID attribute (backport #15628)
ton31337 added a commit that referenced this pull request Apr 5, 2024
bgpd: Fix error handling when receiving BGP Prefix SID attribute (backport #15628)
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.

None yet

3 participants