doc:
- add table of contents to NOTES.md
- write about Library support for data structure relocations in NOTES.md
eBPF projects:
- make a eBPF program container aware
- make a IPv6 packet dropper
toolchain:
- make the build process returns a Docker image containing the compiled eBPF binary
- instead of downloading and compiling
libbpf
andbpftools
,
see if they are available from Ubuntu repositories - add
make
command asENTRYPOINT
inDockerfile
- use some higher level library (Cilium?)