Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the TC BPF programs configurable #8

Open
leodido opened this issue Jun 9, 2022 · 0 comments
Open

Make the TC BPF programs configurable #8

leodido opened this issue Jun 9, 2022 · 0 comments

Comments

@leodido
Copy link
Owner

leodido commented Jun 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant