Skip to content

Commit

Permalink
Enable TCP flags handling in FLP (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc authored Mar 23, 2023
1 parent 5e2f0ba commit f3cc255
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 f3cc255

Please sign in to comment.