CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

Forwarding: template sets added twice if message contains both template definition and record #114

Closed ghost closed 9 years ago

ghost commented 9 years ago

The forwarding storage plugin adds template sets twice if a message contains both the template definition and an accompanying record. This is because the set is added by both forwarding_remove_sent_templates and forwarding_update_templates in forwarding.c.

thorgrin commented 9 years ago

Thanks for the report. I've looked into it and there was also a problem with UDP templates lifetime. I've just commited a fix. Please give it a try.