According to the NetFlow v9 RFC, the sequence number in the NetFlow v9 header is the: "Incremental sequence counter of all Export Packets sent from the current Observation Domain by the Exporter. This value MUST be cumulative, and SHOULD be used by the Collector to identify whether any Export Packets have been missed." This is a change from the NetFlow Version 5 and Version 8 headers, where this number represented "total flows." softflowd is incrementing sequence numbers the NetFlow v5 way. It should increment the sequence number by 1 for each packet sent.
nfcapd reports incorrect sequence numbers when compiled with the DEVEL flag: [0] Sequence error: last seq: 0, seq 10 dist 10 [0] Sequence error: last seq: 10, seq 23 dist 13
softflowd is not longer in this bugtracker
closing bugs resolved before openssh-8.9