Skip to content

Commit 74b601c

Browse files
authored
include ObservationDomainId in netflowv9 (#282)
1 parent 9d709e5 commit 74b601c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

producer/proto/producer_nf.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ func ProcessMessageNetFlowV9Config(packet *netflow.NFv9Packet, samplingRateSys S
791791
}
792792
fmsg.SequenceNum = seqnum
793793
fmsg.SamplingRate = uint64(samplingRate)
794+
fmsg.ObservationDomainId = obsDomainId
794795
}
795796
return flowMessageSet, nil
796797
}

0 commit comments

Comments
 (0)