The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
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?
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!