Is your feature request related to a problem? Please describe.
Building and installing PacketRusher currently relies on building and loading a kernel module. This makes PacketRusher difficult to package and distribute (ex. as a container image or a snap) and limits its potential usability.
Describe the behavior you'd like
Ability to distribute PacketRusher as a container image and/or snap.
Potential alternatives to kernel modules
- eBPF: Implementing the packet processing logic using eBPF could offer the same performance (kernel level packet decisions) and improving portability
Is your feature request related to a problem? Please describe.
Building and installing PacketRusher currently relies on building and loading a kernel module. This makes PacketRusher difficult to package and distribute (ex. as a container image or a snap) and limits its potential usability.
Describe the behavior you'd like
Ability to distribute PacketRusher as a container image and/or snap.
Potential alternatives to kernel modules