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

[FlowAggregator] Add templateRefreshTimeout configuration #6699

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 1, 2024

  1. [FlowAggregator] Add templateRefreshTimeout configuration

    Can be used to configure the template retransmission interval when using
    the UDP protocol to export records to an IPFIX collector.
    
    We also ensure that the default value is 600s, not 1800s, which is the
    value specified in RFC 6728. We do the same thing for the Agent
    Exporter, but this time by letting the go-ipfix library decide the value
    (we set it to 0 in ExporterInput to request the default). This is
    important because the templateRefreshTimeout config in the Agent's
    exporter and the templateTTL in teh Aggregator's collector must "match"
    (templateTTL = 3 x templateRefreshTimeout), and so it is better to let
    go-ipfix pick the right values for both.
    
    Signed-off-by: Antonin Bas <[email protected]>
    antoninbas committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f57b7c0 View commit details
    Browse the repository at this point in the history