ebpf-networking/xdp

Make iproute2 a submodule and compile it to the image

Closed this issue · 1 comments

tc from iproute2 is needed to load and attach to TC ingress and egress hookpoints. The stock tc do not support new ebpf maps, so we need to compile our own that links with libbpf.

Local docker build work, but github build fails... debugging