commit | 15dc9fa316d6cc1de56d57bf0fe00f27cbf05d49 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon May 03 14:33:05 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon May 10 09:43:25 2021 +0200 |
tree | ccb5c94ae6896a26c019dcdf29ecdb6a89f744ff | |
parent | 4442980dffd5fb1e850ac07e45973b8f7dd64c7b [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)