-
Notifications
You must be signed in to change notification settings - Fork 59
Daemon-less bpfilter #382
Copy link
Copy link
Closed
Labels
area: cliCommand line interface(s)Command line interface(s)area: codegenBPF bytecode generationBPF bytecode generationarea: front-endFront-ends: parsing and translationFront-ends: parsing and translationarea: loaderBPF programs managementBPF programs managementpriority: 0Critical/blockerCritical/blocker
Milestone
Metadata
Metadata
Assignees
Labels
area: cliCommand line interface(s)Command line interface(s)area: codegenBPF bytecode generationBPF bytecode generationarea: front-endFront-ends: parsing and translationFront-ends: parsing and translationarea: loaderBPF programs managementBPF programs managementpriority: 0Critical/blockerCritical/blocker
Type
Fields
Give feedbackNo fields configured for Feature.
bpfilter currently operates as a daemon running on the system. While this was perfectly acceptable originally, it's now a subpar design that could be improved into a library-only approach.
Exporting bpfilter solely as a library (with bfcli as CLI) would:
This is a large project that requires extensive design before any work.