My work environment recently updated our ipfix/netflow stack and we had to make some changes to parts of FlowViewer to get things working.
This patch drops the '--interlace' argument everywhere it is passed to rrdtool's graph function.
Since a change to the option parser, rrdtool no longer accepts the '--interlace' argument. Apparently it was always supposed to be '--interlaced' (note the 'd' at the end), but '--interlace' was accepted (but possibly ignored?) by the old option parser? See:
It's actually great news to see that RRDtool is still viable and Toby
himself is still at it.
I've kind of retired, but I'll try to fix up the distribution.
Thanks again!
Joe
On 8/24/2026 7:19 PM, Tim Mooney wrote:
My work environment recently updated our ipfix/netflow stack and we
had to make some changes to parts of FlowViewer to get things working.
This patch drops the '--interlace' argument everywhere it is passed to
rrdtool's graph function.
Since a change to the option parser, rrdtool no longer accepts the
'--interlace' argument. Apparently it was always supposed to be
'--interlaced' (note the 'd' at the end), but '--interlace' was
accepted (but possibly ignored?) by the old option parser? See:
I'll have another patch to work around SiLK deprecating several field types (fields 22, 23, 24) but it may be a day or two before I have time to send it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My work environment recently updated our ipfix/netflow stack and we had to make some changes to parts of FlowViewer to get things working.
This patch drops the '--interlace' argument everywhere it is passed to rrdtool's graph function.
Since a change to the option parser, rrdtool no longer accepts the '--interlace' argument. Apparently it was always supposed to be '--interlaced' (note the 'd' at the end), but '--interlace' was accepted (but possibly ignored?) by the old option parser? See:
https://github.com/oetiker/rrdtool-1.x/pull/679
In addition, since rrdtool 1.3 even '--interlaced' has been ignored (see rrdgraph's man page).
Fix courtesy of my site's principal network engineer, Bruce Curtis.
Tim,
Thank you so much. Who knew?!
It's actually great news to see that RRDtool is still viable and Toby
himself is still at it.
I've kind of retired, but I'll try to fix up the distribution.
Thanks again!
Joe
On 8/24/2026 7:19 PM, Tim Mooney wrote:
I'll have another patch to work around SiLK deprecating several field types (fields 22, 23, 24) but it may be a day or two before I have time to send it.