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

router: forbid bouncing packets internally #4502

Merged
merged 1 commit into from
May 2, 2024

Conversation

matzf
Copy link
Contributor

@matzf matzf commented Apr 8, 2024

A packet received on the internal interface would previously be "bounced" to the responsible egress router.
This is forbidden in the SCION design and was an accidental mis-feature of the processing logic.

Fixes #4497

@matzf matzf requested a review from a team as a code owner April 8, 2024 12:41
@matzf
Copy link
Contributor Author

matzf commented Apr 8, 2024

This change is Reviewable

Copy link
Contributor

@oncilla oncilla left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @sgmonroy)

A packet received on the internal interface would previously be
"bounced" to the responsible egress router.
This is forbidden in the SCION design and was an accidental mis-feature
of the processing logic.

Fixes scionproto#4497
@matzf matzf merged commit f82aabe into scionproto:master May 2, 2024
4 checks passed
@matzf matzf deleted the router-no-bounce branch May 2, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarification on validateEgressID Logic for SCION Packet Processing
2 participants