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

Add support for loading XDP dummy program #25

Open
tatry opened this issue Mar 21, 2022 · 0 comments
Open

Add support for loading XDP dummy program #25

tatry opened this issue Mar 21, 2022 · 0 comments
Labels
low Low priority task

Comments

@tatry
Copy link
Collaborator

tatry commented Mar 21, 2022

In some cases it is required to attach XDP dummy program, but CLI and API do not support this operation. Known workarounds:

  • ip link set dev <INTERFACE> xdp pinned /sys/fs/bpf/pipeline<ID>/xdp_redirect_dummy_sec
  • bpftool net attach xdp pinned /sys/fs/bpf/pipeline<ID>/xdp_redirect_dummy_sec dev <INTERFACE> overwrite
@tatry tatry added the low Low priority task label Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low Low priority task
Development

No branches or pull requests

1 participant