The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
For the tc examples, it would be nice to add code showing how to unload the attached tc classifier - equivalent of sudo tc qdisc del dev eth0 clsact - to make it possible to run the program multiple times in a row without having to resort to the manual tc command.
For the
tc
examples, it would be nice to add code showing how to unload the attached tc classifier - equivalent ofsudo tc qdisc del dev eth0 clsact
- to make it possible to run the program multiple times in a row without having to resort to the manualtc
command.