Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 12:31
· 78 commits to master since this release

UPG-VPP v1.5.0

VPP updated to 2202 rc1

VPP version is updated to include the necessary IPFIX functionality.
The difference with the final 22.02 release is minor except IPFIX CLI fix which is also present in vpp-base.
Switching to VPP 22.02rc1 makes hugepages mandatory during deployment.

IPFIX support

Added support for IPFIX export based on NWI configuration and
per-session settings passed via PFCP by the control plane.

PFCP Session Report Request rate limiting

Token-bucket based rate limiter has been added (#233)

Bugfixes

  • fix the bug where VTIME timer was not being started if there was no
    quota / time threshold (#231)
  • fix NAT pool cli commands (#230)
  • fix PSDBU report crash issue (#240)
  • fix possible missed timer events (#286)
  • eliminate related flows as soon as the session is gone (#277)