]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
db: insert ipv6 addresses in the same format as ip2bin
authorJeremy Sowden <jeremy@azazel.net>
Mon, 21 Aug 2023 19:42:37 +0000 (20:42 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 14 Sep 2023 12:22:49 +0000 (14:22 +0200)
commit9aa04788a317f0bc34050cd07ee81d66fda4cc8c
tree160c28717cf7779a254e8731bfa6e199d4a717ae
parent083d56967d3940a3a29d11c881d1b78e6033c24f
db: insert ipv6 addresses in the same format as ip2bin

Move a `ULOGD_RET_BOOL` case for consistency.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
filter/ulogd_filter_IP2BIN.c
include/ulogd/ulogd.h
util/db.c