gobpf icon indicating copy to clipboard operation
gobpf copied to clipboard

Retrieving BPF Map From File System (Pinned)

Open gamemann opened this issue 4 years ago • 0 comments

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.

gamemann avatar Jul 09 '21 20:07 gamemann