traffico icon indicating copy to clipboard operation
traffico copied to clipboard

Make the TC BPF programs configurable

Open leodido opened this issue 3 years ago • 0 comments

I'd like to have a way for TC BPF classifiers to be configured at runtime.

This can be very useful for parametrized programs. For example, the block_ip would benefit from having a hassle-free way to specify the IP to block without recompiling it.

The way to inject data into them is by using eBPF global data.

Yet, the API generation step (which happens at build time) must provide an "interface" to let the users populate them.

leodido avatar Jun 09 '22 10:06 leodido