ebpf-lab

example code from Learning eBPF by Liz Rice, https://github.com/lizrice/learning-ebpf
git clone https://git.in0rdr.ch/ebpf-lab.git
Log | Files | Refs | Pull requests |Archive | README

commit c9b29eb1328cde11808edb3b3579fe1cc237c647
parent 227a769d8b187183bc7f598c06697ffe76cf988d
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri,  8 Dec 2023 22:41:57 +0100

Update README.md

fix centos version
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ Rice: https://github.com/lizrice/learning-ebpf ## Lab Environment A packer configuration was created in the `packer` folder to build and -configure a Centos 8 stream VM with: +configure a Centos 9 stream VM with: * bcc (https://github.com/iovisor/bcc) * bpftool (https://github.com/libbpf/bpftool) * bpftrace (https://github.com/iovisor/bpftrace)