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

Fix duplicate address detection (ARP) #6157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 16, 2024

  1. Fix duplicate address detection

    The current code compares the target IP of an ARP reply packet with the
    srcaddr/sender IP of the request packet. Instead it should compare the
    source IP of the ARP reply with the destaddr/target IP of the request
    packet. In addition, this adds the check for ARP requests with the same
    IP address in case other systems are probing for the same IP at the same
    time as per the recommendation in RFC 5227.
    
    This is related to netblue30#6133.
    brianvanderburg2 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    35a8a53 View commit details
    Browse the repository at this point in the history