This repository is under heavy refactoring!
Do not clone it!
I am currently modifying the environment from a virtualized-based environment
to a container-based.
I am planning to adapt this repository so that it can be used as a stand-alone
container building eBPF pipeline or together with https://github.com/elmazzun/debian-12-vm.
You may test this eBPF lab in your local machine or you may use my virtualized environment where this repository is included as submodule.
Compile my-project
by adding the string my-project
in lab/Makefile
first
row; lab/Makefile
loops in all the folders in lab
and runs the Makefile
found in each directory.
Thus, if you want to compile all the projects in lab
just run make
while
being in /home/vagrant/lab
; you can also compile a single project (say
my-project
) by positioning yourself in lab
and running make my-project
.