einat-ebpf icon indicating copy to clipboard operation
einat-ebpf copied to clipboard

Allow monitoring internal states of einat eBPF programs

Open EHfive opened this issue 1 year ago • 0 comments

  • [ ] Provide some IPC mechanism to interact with einat daemon, it could be D-Bus, RPC or custom protocol on plain unix socket.
  • [ ] Allow dumping formatted NAT records from einat eBPF maps
  • [ ] Log structured NAT operations and errors to user space via BPF perf event or BPF ring buffer. This is questionable as it would increase complexity of eBPF programs and is only useful for debugging, and we already have unstructured printk logging.

EHfive avatar Jun 19 '24 20:06 EHfive