]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ipfix: skip non-ipv4 addresses
authorJeremy Sowden <jeremy@azazel.net>
Mon, 21 Aug 2023 19:42:32 +0000 (20:42 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 14 Sep 2023 12:22:49 +0000 (14:22 +0200)
commit8084bed5f7f20cb81d588855a72906932538160a
tree09d0285b17e663b6d08e2f6cba4633f0451b18d2
parent896e19eb8c48362e88fa0e348c7eb8ead65643ad
ipfix: skip non-ipv4 addresses

This plug-in expects ipv4 addresses.  Check the length of the key value
in order to filter out ipv6 addresses.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
output/ipfix/ulogd_output_IPFIX.c