]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
ip2hbin: store ipv6 address as integer
authorJeremy Sowden <jeremy@azazel.net>
Mon, 21 Aug 2023 19:42:31 +0000 (20:42 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 14 Sep 2023 12:22:49 +0000 (14:22 +0200)
commit896e19eb8c48362e88fa0e348c7eb8ead65643ad
tree416d25851426e29059534127e0b8b627e4d82805
parentb5a4bc8ffc6e6a48c43d8f8f28092ea0d2b8f82a
ip2hbin: store ipv6 address as integer

By using `okey_set_u128` we keep track of the address size and
downstream plug-ins can distinguish the address family.

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