Skip to content

cmd: Leverage eBPF pinning

Vgutierrez requested to merge cmd-ebpf-pin into main

Pin eBPF programs by default to survive a CMD crash. SIGHUP allows to reload the cmd without unloading the eBPF program. SIGTERM|Ctrl+C will stop the CMD and unload the eBPF programs

Merge request reports