Table of Contents generated with mtoc
For more information, please visit official documentation.
- Install rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install nightly toolchain:
rustup install stable && rustup toolchain install nightly --component rust-src
- Optional, if using mac or other linux:
LLVM_SYS_180_PREFIX=$(brew --prefix llvm) cargo install --no-default-features bpf-linker
- MANDATORY:
cargo install bpf-linker
make local-run
sudo bpftool prog list # show ebpf running programs
ip link show dev wlo1 # xdp attached to your interface