Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 402 Bytes

Demo BPF applications

Socket filter

sockfilter is an example of monitoring packet and dealing with __sk_buff structure.

see libbpf-bootstrap for more details.

We can provide a similar developing experience as the libbpf-bootstrap development. Just run make to build the wasm binary:

make