xdp-tutorial
xdp-tutorial copied to clipboard
there is no ./xdp_loader
I don't know how to load progsec with xdp-load cmd? It seems xdp-load cmd has changed
Hey I was also having this trouble.
I think you should do:
t exec -n left -- ./xdp-loader load veth0 xdp_prog_kern.o -n xdp_pass_func
Atleast according to the docs on: https://github.com/xdp-project/xdp-tools/tree/master/xdp-loader
But still I can't follow the full tutorial of commands to run in packet03. @tohojo @chaudron Im not sure if any of you could update the commands to run on these assignments as it would be pretty helpful !
Thank you