upg-vpp icon indicating copy to clipboard operation
upg-vpp copied to clipboard

Fix UPG proxy race conditions for multi core setup

Open sergeymatov opened this issue 3 years ago • 0 comments

  • If UPF session is already deleted by PFCP server, packets should not invoke proxy connection.
  • if UPF session is in a deletion process (disabled, but not yet deleted), it will have no active rules. Prevent crash and don't connect proxy session in this case.

fixes #185 and #186

sergeymatov avatar Oct 26 '21 17:10 sergeymatov