Adding ebpf capability now

This commit is contained in:
Harshavardhan Musanalli
2025-09-28 12:10:52 +02:00
parent 1f01c38881
commit 4b442ab169
24 changed files with 3154 additions and 25 deletions

4
ebpf_interface.go Normal file
View File

@@ -0,0 +1,4 @@
package main
// This file intentionally left minimal to avoid compilation order issues
// The EBPFManagerInterface is defined in ebpf_simple_manager.go