We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only support programs attached to a Socket.
However the list of types of programs that ebpf supports is huge https://docs.kernel.org/bpf/libbpf/program_types.html and some of them might touch areas of the verifier that a network filter wouldn't.
I propose we extend the number of supported programs as much as we can.
Roughly we could refactor the FFI layer to introduce a type of executor per program type.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we only support programs attached to a Socket.
However the list of types of programs that ebpf supports is huge https://docs.kernel.org/bpf/libbpf/program_types.html and some of them might touch areas of the verifier that a network filter wouldn't.
I propose we extend the number of supported programs as much as we can.
Roughly we could refactor the FFI layer to introduce a type of executor per program type.
The text was updated successfully, but these errors were encountered: