travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
146 stars 51 forks source link

[CENNSO-1293] ipfix: use milliseconds ie for flow start/end #356

Closed mogaika closed 11 months ago

mogaika commented 11 months ago

Use milliseconds ie instead of nanoseconds ie for flow start/end as required by design document.

Also remove nsec related code since it incorrectly encodes values with fraction reslution 1/(1e9) instead of 1/(2^32) as required by RFC 7011.