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 support for multiple flow monitoring protocols and for IPv6 endpoint in existing tests #2592

Merged
merged 1 commit into from
Nov 23, 2021

Commits on Nov 23, 2021

  1. add support for multiple flow monitoring protocols and for IPv6 endpo…

    …int in existing netflow test
    
    - Existing netflow export test now supports netflow v5, ipfix, sflow.
    - The original test only validated the export of netflow v5 (legacy netflow) data, which does not support IPv6 by design. In order to validate flow data export in an IPv6 cluster, we can now choose between IPFIX and sflow; also, the test now supports an IPv6 endpoint;
    - For the time being we're only testing netflow v5 in IPv4 (as before) and sflow in IPv6, because:
      (1) The test itself is long (~5 minutes);
      (2) The current implementation of the flow collector container (cloudfare/goflow) doesn't support IPFIX data generated by OVS (cloudflare/goflow#99)
    
    Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
    ricky-rav committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    af04455 View commit details
    Browse the repository at this point in the history