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

Commits on May 2, 2024

  1. router: forbid bouncing packets internally

    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 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b53c102 View commit details
    Browse the repository at this point in the history