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

[Flow Aggregator] Fix template ID error in IPFIX exporter #6630

Commits on Aug 23, 2024

  1. [Flow Aggregator] Fix template ID error in IPFIX exporter

    The template ID is only available after the exporter has been
    initialized.
    
    With this fix, we avoid the following error for the first data record to
    be exported:
    
    ```
    error when sending IPFIX record: error when doing sanity check:process:
    templateID 0 does not exist in exporting process
    ```
    
    Signed-off-by: Antonin Bas <[email protected]>
    antoninbas committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7ead33d View commit details
    Browse the repository at this point in the history