joelagnel / bpfd

BPFd (Deprecated, please see README.md) : Berkeley Packet Filter daemon (BPFd). Makes it possible to run BCC tools across systems.
Apache License 2.0
95 stars 23 forks source link

Rewrite Table handling to use inheritance (BCC side change) #14

Open joelagnel opened 6 years ago

joelagnel commented 6 years ago

BCC side code for Table handling at the moment is a bit hackish, rewrite to use inheritance (RemoteTable inheriting Table) (suggested by Josef Bacik).