Add kernel conntrack counters (#3434)

This commit is contained in:
Viktor Liu
2025-03-04 16:46:03 +01:00
committed by GitHub
parent 8c81a823fa
commit acf172b52c
9 changed files with 545 additions and 360 deletions

View File

@@ -735,6 +735,7 @@ func toFlowLoggerConfig(config *mgmProto.FlowConfig) (*nftypes.FlowConfig, error
}
return &nftypes.FlowConfig{
Enabled: config.GetEnabled(),
Counters: config.GetCounters(),
URL: config.GetUrl(),
TokenPayload: config.GetTokenPayload(),
TokenSignature: config.GetTokenSignature(),