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

sys/shell/commands/gnrc_icmpv6_echo: test for ICMPv6 reply corruption #15622

Merged
merged 2 commits into from Aug 11, 2021

Commits on Aug 11, 2021

  1. shell/gnrc_icmpv6_echo: test for ICMPv6 echo reply corruption

    The Linux ping utility has the nice feature that fills the ICMPv6 echo
    request payload with a pattern `payload_index & 0xFF`.
    Then the ICMPv6 echo response payload is checked to verify that the pattern
    is still intact.
    
    This way corrupted messages can be detected.
    In the past that revealed some 6lo-fragmentation bugs in Linux when
    corrupted replies arrived.
    
    This feature is also useful for RIOT, so implement it in RIOTs `ping`
    command.
    benpicco committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3b40ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b8c5a View commit details
    Browse the repository at this point in the history