Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Dockerfile: adding eBPF support in iproute #21

Open
alban opened this issue Jun 1, 2016 · 2 comments
Open

Dockerfile: adding eBPF support in iproute #21

alban opened this issue Jun 1, 2016 · 2 comments

Comments

@alban
Copy link
Contributor

alban commented Jun 1, 2016

$ sudo docker run docker.io/albanc/tcd:demo1 tc filter add dev wlp3s0 parent 1: bpf obj bpf_shared.o sec egress help
No ELF library support compiled in.
Could not load object

We will need that support for experimenting with eBPF. Ideally, the alpine image should be fixed.

Same issue in other Linux distributions:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812774
https://bugzilla.redhat.com/show_bug.cgi?id=1290384

@alban
Copy link
Contributor Author

alban commented Jun 1, 2016

@alban
Copy link
Contributor Author

alban commented Jun 8, 2016

https://bugs.alpinelinux.org/issues/5673 has been fixed. We should get the new image and test it.

alban added a commit to alban/tcd that referenced this issue Jun 10, 2016
Previous releases of alpine don't have tc with eBPF object loader
feature enabled. See:
http://bugs.alpinelinux.org/issues/5673

Fixes kinvolk-archives#21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant