![]() |
||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
libbpf-wasm.h | ||
sockfilter.bpf.c | ||
sockfilter.c |
README.md
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