Skip to content

Commit 6b053db

Browse files
authored
Merge pull request #271 from CESNET/ipfixprobed
ipfixprobed: Introduce YAML-based config format
2 parents 04b2f51 + 6abdc4c commit 6b053db

File tree

10 files changed

+1335
-388
lines changed

10 files changed

+1335
-388
lines changed

init/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
install(FILES
2-
dpdk_direct.conf.example
3-
dpdk_mring.conf.example
42
link0.conf.example
53
DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/ipfixprobe
64
)
@@ -12,3 +10,5 @@ install(FILES
1210
)
1311

1412
install(PROGRAMS ipfixprobed DESTINATION ${CMAKE_INSTALL_BINDIR})
13+
install(FILES schema.json DESTINATION "${INSTALL_DIR_LIB}/ipfixprobe/")
14+
install(PROGRAMS config2args.py DESTINATION "${INSTALL_DIR_LIB}/ipfixprobe/")

0 commit comments

Comments
 (0)