Skip to content

Commit 75b931e

Browse files
author
Pavel Siska
committed
ipfixprobed: Add Python script to convert YAML config to ipfixprobe arguments
1 parent 048913e commit 75b931e

File tree

5 files changed

+527
-0
lines changed

5 files changed

+527
-0
lines changed

init/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ install(FILES
1010

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

0 commit comments

Comments
 (0)