Skip to content

Releases: travelping/upg-vpp

v1.6.1

31 Oct 15:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.1-rc.1

16 Sep 13:13
Compare
Choose a tag to compare

Features 🚀

  • #300 [vpp-base] Bump VPP-Base to stable 22.02 release
Uncategorized

v1.6.0

16 Sep 10:54
Compare
Choose a tag to compare

Features 🚀

  • #293 Configurable PFCP Heartbeat parameters
  • #297 Add association logging and fix use-after-free

Fixes 🐛

  • #296 Fix and improve 'show upf session'

v1.4.3

30 Jun 10:17
Compare
Choose a tag to compare

What's Changed

  • [Stable][Backport] Adjust the CI environment #291
  • [Stable][Backport]Fix stopping random timers and warn about delayed URR timer events #288

Full Changelog: v1.4.2...v1.4.3

v1.2.7

30 Jun 11:18
Compare
Choose a tag to compare

What's Changed

  • Fix minor issues in UPF CLI and PFCP #244
  • [Stable][Backport] Adjust the CI environment #289
  • [Stable][Backport] Fix stopping random timers and warn about delayed URR timer events #287

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.5.0

29 Jun 12:31
Compare
Choose a tag to compare

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)

v1.5.0-rc.7

24 Jun 16:17
Compare
Choose a tag to compare
Uncategorized
  • #286 Fix stopping random timers and warn about delayed URR timer events

v1.5.0-rc.6

17 Jun 17:16
ce29a9d
Compare
Choose a tag to compare

Fixes 🐛

  • #277 Remove related flows together with PFCP sessions

Tests 🧪

  • #279 vpp-base: fixup to point to the current master
  • #280 e2e: add E2E_FAIL_FAST option
  • #283 Adjust the CI environment
  • #282 e2e: fix artifacts log message
  • #281 e2e: interrupt VPP process if it becomes unresponsive
  • #275 [WiP] Add trajectory tracing for debug builds and E2E_GDBSERVER option

v1.5.0-rc.5

10 Jun 10:47
Compare
Choose a tag to compare

Fixes 🐛

  • #273 ipfix: fix context handling
  • #274 ipfix: use plain ASCII encoding for mobileIMSI field
Uncategorized

v1.5.0-rc.4

06 Jun 09:57
Compare
Choose a tag to compare

Fixes 🐛

  • #270 Fix TCP RST crash in VPP

Tests 🧪

  • #269 Make flowtable size adjustable