travelping / upg-vpp

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

Fix crash when reporting ipfix in debug mode #317

Closed miguelbf-alb closed 1 year ago

miguelbf-alb commented 1 year ago

If CLIB_DEBUG is set the project does not build since fm is undefined a few lines below when calling upf_debug ("export send, context %u", context - fm->contexts);

cc @ivan4th