27 Jan, 2019

1 commit


15 May, 2018

1 commit

  • The libbpf.h file in samples is clashing with libbpf's header.
    Since it only includes a subset of filter.h instruction helpers
    rename it to bpf_insn.h. Drop the unnecessary include of bpf/bpf.h.

    Signed-off-by: Jakub Kicinski
    Acked-by: Jesper Dangaard Brouer
    Signed-off-by: Alexei Starovoitov

    Jakub Kicinski