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

[restore_neighbors.py] build arp packet with correct hwsrc and psrc #1158

Merged
merged 1 commit into from
Jan 28, 2020

Commits on Dec 20, 2019

  1. [restore_neighbors.py] build arp packet with correct hwsrc and psrc

    Otherwise, we can see that DUT after warm reboot sends ARP
    packets with management IP (10.112.71.4)
    
    $ sudo tcpdump -ni PortChannel0003 --direction out
    16:33:40.572995 ARP, Request who-has 10.0.0.61 tell 10.112.71.4, length
    28
    
    All neighbors than are stil considered as STALE.
    
    Signed-off-by: Stepan Blyschak <[email protected]>
    Stepan Blyschak committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d955192 View commit details
    Browse the repository at this point in the history