aya-rs / book

The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.dev/book/
Apache License 2.0
79 stars 60 forks source link

how to use XDP_REDIRECT? #175

Open devtempmac opened 3 weeks ago

devtempmac commented 3 weeks ago

Hello! I'm trying to redirect some traffic to a secondary internet connection using XDP_REDIRECT. (can't use ip route due to port-by-port requirement...)

Could anyone give an example how to use XDP_REDIRECT with aya?

Thanks in advance!