Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more features to test IPFIX collector web API #351

Merged

Commits on May 31, 2024

  1. Add more features to test IPFIX collector web API

    When querying records, one can now specify the max number of flows that
    should be returned (starting with the most recent one), as well as the
    format of the response (json or text).
    
    We also add a size limit for the flowRecords slice, to avoid unbounded
    memory usage.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5811948 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Address review comments

    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9739eb2 View commit details
    Browse the repository at this point in the history