Skip to content

Commit

Permalink
Enable TCP flags handling in FLP
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc committed Mar 22, 2023
1 parent 1b56f8e commit c89b2e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/flowlogspipeline/flp_common_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ func (b *builder) addTransformStages(stage *config.PipelineBuilderStage) (*corev
EndConnectionTimeout: api.Duration{Duration: endTimeout},
},
},
TCPFlags: api.ConnTrackTCPFlags{
FieldName: "Flags",
DetectEndConnection: true,
SwapAB: true,
},
})
}

Expand Down

0 comments on commit c89b2e6

Please sign in to comment.