go-netfilter-queue icon indicating copy to clipboard operation
go-netfilter-queue copied to clipboard

Make netfilter dynamically loadable.

Open arunmk opened this issue 10 years ago • 0 comments

This pull does the following:

  1. Load libnetfilter.so using dlopen and fail if that doesn't exist (InitNF).
  2. Redirect each call into the library using dlsym.

arunmk avatar Jul 21 '15 03:07 arunmk