mbox series

[libnetfilter_queue,v2,0/1] New example program nfq6

Message ID 20231022041401.17782-1-duncan_roe@optusnet.com.au
Headers show
Series New example program nfq6 | expand

Message

Duncan Roe Oct. 22, 2023, 4:14 a.m. UTC
Hi Pablo,

I've been using nfq6 as a patch testbed for some time.

Now that nfq6 has matured to only use functions from the code base,
I offer it as a second example for libnetfilter_queue.

I did fix some errors from checkpatch.
I myself disagree with those that remain.
If you think some of them warrant fixing, I'll do it of course.

Cheers ... Duncan.

Duncan Roe (1):
  examples: add an example which uses more functions

 .gitignore           |   1 +
 examples/Makefile.am |   6 +-
 examples/nfq6.c      | 692 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 698 insertions(+), 1 deletion(-)
 create mode 100644 examples/nfq6.c