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

Ensure purging neighbor cache for stale deletes #1433

Merged
merged 1 commit into from
Sep 16, 2016
Merged

Commits on Sep 7, 2016

  1. Ensure purging neighbor cache for stale deletes

    When stale delete notifications are received, we still need to make sure
    to purge sandbox neighbor cache because these stale deletes are most
    typically out of order delete notifications and if an add for the
    peermac was received before the delete of the old peermac,vtep pair then
    we process that and replace the kernel state but the old neighbor state
    in the sandbox cache remains. That needs to be purged when we finally
    get the out of order delete notification.
    
    Signed-off-by: Jana Radhakrishnan <[email protected]>
    mrjana committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    03f4406 View commit details
    Browse the repository at this point in the history