travelping / upg-vpp

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

[CENNSO-971] ipfix: fix frame leak #334

Closed ivan4th closed 1 year ago

ivan4th commented 1 year ago

There's a bug in VPP 22.02 code which is fixed in this upstream commit (present in VPP 22.10): https://github.com/FDio/vpp/commit/eaa83c0439c13b76525224267c23d0cf52a6668b

It's logistically simpler to add a trivial workaround in UPG-VPP code than backporting the patch, though. The workaround code will no longer compile when migrating to newer VPP (22.10+) and should then be removed.