You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/bpf
Kenjiro Nakayama 77f80565b6 Do not allow missing `attach` attribute for cgroup SKB
Even though cgroup SKB (`BPF_PROG_TYPE_CGROUP_SKB`) has to set Ingress
or Egress, aya allows missing `attach` attribute.
It causes an error and difficult to debug.

This patch adds the validation.
3 years ago
..
aya-bpf Merge pull request #142 from vadorovsky/args-mut-ptr 3 years ago
aya-bpf-bindings Update libbpf to 19656636a9b9a2de1f71fa3135709295c16701cc 3 years ago
aya-bpf-cty bpf: Fix clippy warnings 4 years ago
aya-bpf-macros Do not allow missing `attach` attribute for cgroup SKB 3 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago