go-netfilter-queue
go-netfilter-queue copied to clipboard
Make netfilter dynamically loadable.
This pull does the following:
- Load libnetfilter.so using dlopen and fail if that doesn't exist (InitNF).
- Redirect each call into the library using dlsym.