mirror of https://github.com/aya-rs/aya
Fix socket_filter section match
`BPF_PROG_TYPE_SOCKET_FILTER` program expands the sectionname's kind with `socket` not `socket_filter`. So current eBPF program with socket filter always fails. This patch fixes it. Fix https://github.com/aya-rs/aya/issues/227pull/228/head
parent
e0d818ff2d
commit
9e41317ca6
Loading…
Reference in New Issue