From 294d3039be600ee7fbe43222fcf7084c99e63b94 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 1 Sep 2017 14:25:59 +0200 Subject: [PATCH] in-addr-util: add new helper call in_addr_prefix_from_string_auto() This is much like in_addr_prefix_from_string(), but automatically determines whether IPv4 or IPv6 addresses are specified. Also adds a test for it. --- src/test/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/meson.build b/src/test/meson.build index 090d0787d..e39ab46e8 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -304,6 +304,10 @@ tests += [ # [], # []], # +# [['src/test/test-in-addr-util.c'], +# [], +# []], +# # [['src/test/test-tmpfiles.c'], # [], # []], -- 2.30.2