mbox series

[RFC,libnetfilter_queue,0/1] libnfnetlink dependency elimination

Message ID 20231231091900.27714-1-duncan_roe@optusnet.com.au
Headers show
Series libnfnetlink dependency elimination | expand

Message

Duncan Roe Dec. 31, 2023, 9:18 a.m. UTC
Hi Pablo (and everybody else),

This patch replaces most of the libnfnetlink calls with libmnl calls in
libnetfilter_queue.
Please comment on all aspects of this patch that you think could be
improved.

Do you agree the libmnl is the right place for nfnl_build_nfa_iovec and
nfnl_sendiov replacement functions?

This patch does not include an updated main page - I'm still working on
that.

Cheers ... Duncan.

Duncan Roe (1):
  utils/nfqnl_test runs without libnfnetlink

 Make_global.am                                |   2 +-
 configure.ac                                  |   1 -
 doxygen/doxygen.cfg.in                        |   1 +
 .../libnetfilter_queue/libnetfilter_queue.h   |  12 +-
 libnetfilter_queue.pc.in                      |   1 -
 src/Makefile.am                               |   2 +-
 src/libnetfilter_queue.c                      | 453 ++++++++++--------
 utils/Makefile.am                             |   2 +-
 8 files changed, 271 insertions(+), 203 deletions(-)