commit | 7f40146da432226c40dbc966bea064185f92b9a9 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon May 03 14:33:05 2021 +0200 |
committer | Christian Hopps <chopps@labn.net> | Sat May 08 11:16:38 2021 -0400 |
tree | 1de2ea36c42fc918d084a7ad6deb932e842bdaef | |
parent | b1e136d9df464e8706730f2e170979a7da30a4cc [diff] [blame] |
plugins types FEATURE ipv4/v6-prefix LYB value support
diff --git a/CMakeLists.txt b/CMakeLists.txt index fbdab14..9a24c05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -103,7 +103,8 @@ src/plugins_types/string.c src/plugins_types/union.c src/plugins_types/ipv6_address.c - src/plugins_types/ip_prefix.c + src/plugins_types/ipv4_prefix.c + src/plugins_types/ipv6_prefix.c src/plugins_types/date_and_time.c src/plugins_types/xpath1.0.c)