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: Remove bpf_netdev.o from previously used devices #10087

Merged
merged 2 commits into from Feb 11, 2020

Commits on Feb 11, 2020

  1. bpf: Remove bpf_netdev.o from previously used devices

    This commit makes cilium-agent to remove bpf_netdev.o from devices which
    no longer suppose to have the program attached. This can happen when
    e.g. a user has specified a different device for NodePort via `--device`
    or they switched from the direct routing mode to the tunnel mode.
    
    Signed-off-by: Martynas Pumputis <m@lambda.lt>
    brb committed Feb 11, 2020
    Copy the full SHA
    c1ceae2 View commit details
    Browse the repository at this point in the history
  2. test: Do not remove tc filter from native dev

    The programs will be removed by cilium-agent during its bootstrap.
    
    Signed-off-by: Martynas Pumputis <m@lambda.lt>
    brb committed Feb 11, 2020
    Copy the full SHA
    f3d4866 View commit details
    Browse the repository at this point in the history