mirror of https://github.com/aya-rs/aya
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.
17 lines
293 B
Markdown
17 lines
293 B
Markdown
aya-examples
|
|
============
|
|
|
|
# Prerequisites
|
|
|
|
1. Install a rust nightly toolchain: `rustup install nightly`
|
|
1. Install bpf-linker: `cargo install bpf-linker`
|
|
|
|
# Build
|
|
|
|
From the project root directory, run `cargo xtask examples`
|
|
|
|
# Run
|
|
|
|
## XDP
|
|
|
|
`sudo ./examples/target/debug/xdp_userspace wlp2s0` |