Skip to content

Commit

Permalink
include ObservationDomainId in netflowv9 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalaydrus authored and lspgn committed Aug 19, 2024
1 parent d2ee55d commit 8f4d6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions producer/proto/producer_nf.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ func ProcessMessageNetFlowV9Config(packet *netflow.NFv9Packet, samplingRateSys S
}
fmsg.SequenceNum = seqnum
fmsg.SamplingRate = uint64(samplingRate)
fmsg.ObservationDomainId = obsDomainId
}
return flowMessageSet, nil
}

0 comments on commit 8f4d6c5

Please sign in to comment.