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 Mar 24, 2024
1 parent 9d709e5 commit 74b601c
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 @@ -791,6 +791,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 74b601c

Please sign in to comment.