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/aya-bpf-macros
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
..
src Do not allow missing `attach` attribute for cgroup SKB 3 years ago
Cargo.toml aya-bpf-macros: fix tests 4 years ago