Open q9good opened 8 months ago
I'm also running into this. I added the following to my program attempting to use a map to avoid compiled-in configuration.
#[map(name = "interview_config")]
static mut CONFIG_MAP: Array<Config> = Array::with_max_entries(1, 0);
Still not work.
Hi, I create a proj from __socket_filter__ template. After compiling it to ebpf obj, I use bpftool to load it to kernel, but failed for
Here is my machine info: