Open dassio opened 2 weeks ago
the recent template commit: https://github.com/aya-rs/aya-template/commit/5811d6ff5687ae115cc8876ddf511dd01c02539b make the getting started guide command cargo xtask build-ebpf not working. need to update the book and example code to reflect this change.
cargo xtask build-ebpf
the build and running command should be:
cargo build RUST_LOG=info cargo run -- --iface enp5s0
Can you send a pull request?
Note that the book doesn't mention the template so it is technically not broken. But we should update the book examples to the latest template.
the recent template commit: https://github.com/aya-rs/aya-template/commit/5811d6ff5687ae115cc8876ddf511dd01c02539b make the getting started guide command
cargo xtask build-ebpf
not working. need to update the book and example code to reflect this change.the build and running command should be: