mirror of
https://github.com/netsampler/goflow2.git
synced 2024-05-06 15:54:52 +00:00
include ObservationDomainId in netflowv9 (#282)
This commit is contained in:
committed by
GitHub
parent
9d709e555a
commit
74b601c81c
@ -791,6 +791,7 @@ func ProcessMessageNetFlowV9Config(packet *netflow.NFv9Packet, samplingRateSys S
|
||||
}
|
||||
fmsg.SequenceNum = seqnum
|
||||
fmsg.SamplingRate = uint64(samplingRate)
|
||||
fmsg.ObservationDomainId = obsDomainId
|
||||
}
|
||||
return flowMessageSet, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user