All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ulogd2 0/3] Three small bugfixes
@ 2025-02-08 13:46 corubba
  2025-02-08 13:48 ` [PATCH ulogd2 1/3] nfct: add newline to reliable log message corubba
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: corubba @ 2025-02-08 13:46 UTC (permalink / raw)
  To: netfilter-devel

This patchset contains three small bugfixes for the NFCT, GPRINT and
IPFIX plugins of ulogd2.

The first patch adds a missing newline to a log message of the NFCT
input plugin. The seconds patch adds the missing comma separator after
an ip address in the output of the GRPINT output plugin. The third patch
fixes the timer in the IPFIX output plugin, which (I assume) is meant to
ensure the messages are sent out in a timely manner.

The first two patches are pretty trivial and self-explanatory. The third
patch is based on my interpretation of how the plugin is supposed to
work, because this architectural detail isn't explained in the original
patchset nor discussed in their mailinglist-threads [0] [1]. I was also
unable to locate the original 2009 code from Holger Eitzenberger that
this is based on for comparison. I may have drawn the wrong conclusion,
so please feel free to form your own opinion if it is correct.


[0] https://lore.kernel.org/netfilter-devel/523542b5-d629-54d9-2a90-468a9cb3aba7@juaristi.eus/
[1] https://lore.kernel.org/netfilter-devel/20190426075807.7528-1-a@juaristi.eus/


Corubba Smith (3):
  nfct: add newline to reliable log message
  gprint: fix comma after ip addresses
  ipfix: re-arm send timer

 input/flow/ulogd_inpflow_NFCT.c   | 2 +-
 output/ipfix/ulogd_output_IPFIX.c | 8 ++++++--
 output/ulogd_output_GPRINT.c      | 6 ++++++
 3 files changed, 13 insertions(+), 3 deletions(-)

--
2.48.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-02-08 21:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 13:46 [PATCH ulogd2 0/3] Three small bugfixes corubba
2025-02-08 13:48 ` [PATCH ulogd2 1/3] nfct: add newline to reliable log message corubba
2025-02-08 13:49 ` [PATCH ulogd2 2/3] gprint: fix comma after ip addresses corubba
2025-02-08 21:20   ` Pablo Neira Ayuso
2025-02-08 21:30     ` corubba
2025-02-08 21:57       ` Pablo Neira Ayuso
2025-02-08 21:34     ` Jeremy Sowden
2025-02-08 21:48   ` Jeremy Sowden
2025-02-08 13:51 ` [PATCH ulogd2 3/3] ipfix: re-arm send timer corubba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.