Skip to content

Conversation

@Zadamsa
Copy link
Contributor

@Zadamsa Zadamsa commented Sep 15, 2025

Summary

Fix incorrect quoting when building raw interface parameter strings in config2args.py.
Previously the closing quote was on incorrect place.

Details

If configuration file contains block_count or packets_in_block parameters, the final string contains unquoted ;. The final string then is ipfixprobe -i "raw;ifc=eth0";blocks=2048 ... and rest of the command is ignored.


✅ Checks

  • Relevant documentation was updated (if needed)
  • CI pipeline passes (build, tests, lint, static analysis)
  • New code follows clang-tidy rules
  • The change is clearly related to a specific issue / requirement
  • Documentation (e.g. Doxygen) is updated if needed
  • The PR is rebased on the latest master
  • No unrelated changes are included

@Zadamsa Zadamsa force-pushed the fix-raw-interface-param-converting branch from ccdec7d to 1b8efe4 Compare September 15, 2025 13:21
@SiskaPavel SiskaPavel merged commit ac7bf56 into master Sep 17, 2025
8 checks passed
@SiskaPavel SiskaPavel deleted the fix-raw-interface-param-converting branch September 17, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants