Background
eBPF support is a moving target when it comes to Linux versions. Knowing what our kernels currently support is necessary to determine which BPF features we can enable in the programs we write.
The checks here are modeled after bpftool's feature probe functionality.
Installation
Using cargo-edit:
Or in a Cargo.toml file:
[]
= "0.0.1"