xdp-project/bpf-examples

tc_bpf_encap: fails to compile

PolynomialDivision opened this issue · 3 comments

If I want to compile, it fails with

tc_bpf_encap.c:61:26: error: variable has incomplete type 'struct bpf_redir_neigh'
                struct bpf_redir_neigh nh_params = {};

Wow, awesome support!!! :D
Thanks, for all the tips and suggestions!