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

Automated cherry pick of #5378: Refine the default flow in ARPSpoofGuardTable #5421

Commits on Aug 22, 2023

  1. Refine the default flow in ARPSpoofGuardTable

    The current default flow in ARPSpoofGuardTable forwards packets
    to ARPResponderTable, which is ineffective in preventing ARP
    spoofing. To rectify this, the proposed solution is to modify
    the action of the default flow within ARPSpoofGuardTable to drop
    the packets.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e23a9a0 View commit details
    Browse the repository at this point in the history