Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBPF socket filter

"Introduction to eBPF filters" Slides

Prerequisites

Run program

The program sums the size of ICMP packets to localhost destination.

vagrant ssh
cd /vagrant
cargo build --release
sudo target/release/socket_filter
# in another terminal
vagrant ssh
ping -4 localhost

About

Demo ebpf socket filter with Rust client

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages