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

bpf: don't answer ARP requests for endpoint IP #11533

Merged
merged 1 commit into from May 21, 2020

Commits on May 20, 2020

  1. bpf: don't answer ARP requests for endpoint IP

    Previously, bpf_lxc was answering to all ARP requests. This causes
    an issue in an scenario where a duplicate address check is being
    conducted inside the container by sending an ARP request for the
    endpoint IP for which no answer is expected. This fixes it by answering
    to ARP requests for all IPs except the endpoint IP.
    
    Fixes: cilium#10574
    
    Signed-off-by: Jaime Caamaño Ruiz <jcaamano@suse.com>
    jcaamano committed May 20, 2020
    Copy the full SHA
    a4b39ac View commit details
    Browse the repository at this point in the history