Introduce various API changes throughout the library stack
1) make libnfnetlink dynamically allocate it's handles
2) apply that change throughout libnetfilter_*
3) add {nfq,nflog,nfct}_open_nfnl() functions that open
   the specific subsystem on top of an existing nfnl_handle,
   which is required for upcoming libnetfilter_conntrack_helper

The changes break ABI and API compatibility of libnfnetlink, but don't
break ABI or API compatibility of the libnetfilter_* libraries.
4 files changed
tree: e273dbe1f182b12f271f07c8d9b5e178c8779903
  1. debian/
  2. include/
  3. src/
  4. autogen.sh
  5. configure.in
  6. Makefile.am
  7. README