gobpf
gobpf copied to clipboard
Retrieving BPF Map From File System (Pinned)
Hi everyone,
I've looked at the Go files in this repository and while I found functions to pin objects/maps themselves from the loaded BPF program with gobpf, I wasn't able to find any functions to retrieve BPF maps from the file system (e.g. maps that were pinned by BPF programs loaded outside of gobpf).
I'd like to use gobpf to update/delete items from BPF maps loaded by another BPF program outside of gobpf. Is this possible?
I apologize if I've missed anything and thank you for your time.