From: Florin Coras Date: Tue, 31 Dec 2019 05:53:19 +0000 (-0800) Subject: session: fix listener global endpoint lookup X-Git-Tag: v20.05-rc0~96 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=95cd864382965292df9c2ffbd61285c5d45cfb50;hp=95cd864382965292df9c2ffbd61285c5d45cfb50;p=vpp.git session: fix listener global endpoint lookup Type: fix Ensure listeners for app transport protocols are added to lookup tables using their session endpoints instead of their transport connections, which can override the network connection id in the transport connection. Change-Id: I56fa3666bb1422c0799fc7143cd099751ff6e2e6 Signed-off-by: Florin Coras ---