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

[arp_update]: Flush neighbors with incorrect MAC info #17238

Merged
merged 5 commits into from
Nov 30, 2023

Commits on Nov 14, 2023

  1. [arp_update]: Flush MAC mismatch neighbors

    - Check for MAC mismatch between neighbor entries in the kernel and APPL_DB
    - Flush any entries with a mismatch
    
    Signed-off-by: Lawrence Lee <[email protected]>
    theasianpianist committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    70f9210 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. [arp_update]: Use overloaded logger command

    - Remove manual log info (such as severity and process name) from logger calls since these are now automatically added by the overloaded logger function
    
    Signed-off-by: Lawrence Lee <[email protected]>
    theasianpianist committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fba8776 View commit details
    Browse the repository at this point in the history
  2. [arp_update]: Flush neighs w/ stale MACs

    Signed-off-by: Lawrence Lee <[email protected]>
    theasianpianist committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fd21923 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. exclude ipv6 link local from MAC flush

    Signed-off-by: Lawrence Lee <[email protected]>
    theasianpianist committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    42fb294 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. ping flushed neigh IPs

    Signed-off-by: Lawrence Lee <[email protected]>
    theasianpianist committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5bc1b39 View commit details
    Browse the repository at this point in the history