commit | abd89ba3d5248496ea706df6658f3e940ca931c7 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon May 03 15:12:35 2021 +0200 |
committer | Christian Hopps <chopps@labn.net> | Sat May 08 11:16:38 2021 -0400 |
tree | 6e234e33c52b1234627fb21b866acef311371c15 | |
parent | 8a00343a35eab500e2b45f516336b5ec915acfc0 [diff] [blame] |
plugins types FEATURE ipv4-address LYB value support
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a24c05..925ac39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -102,6 +102,7 @@ src/plugins_types/leafref.c src/plugins_types/string.c src/plugins_types/union.c + src/plugins_types/ipv4_address.c src/plugins_types/ipv6_address.c src/plugins_types/ipv4_prefix.c src/plugins_types/ipv6_prefix.c