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/test/integration-test
Dave Tucker 5750c3ef7a aya: Add PinnedProgram
This commit adds PinnedProgram which allows the creation of a Program
from a path on bpffs. This is useful to be able to call `attach` or
other APIs for programs that are already loaded to the kernel.
Unfortunately figuring out the concrete type of program is hard given
the information in the kernel so this may not work for all program
types.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 years ago
..
src aya: Add PinnedProgram 3 years ago
Cargo.toml Change from Rust edition 2018 to 2021 3 years ago