udp: fix UDP socket byte order in lookup 52/28352/1
authorAndreas Schultz <andreas.schultz@travelping.com>
Mon, 9 Mar 2020 10:36:15 +0000 (11:36 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 13 Aug 2020 08:12:25 +0000 (08:12 +0000)
commit458ab69af324086c9d75e5564a7f43f7a8a867c4
tree3b4a2fcf9e3178823b01a2c7fc26ac7def848a32
parent5d83b56e24353c0294f887674aed119c81172db2
udp: fix UDP socket byte order in lookup

The port registry uses host byte order for while the session API
uses network order. In a single place the conversion was missing.

Type: fix
Signed-off-by: Andreas Schultz <andreas.schultz@travelping.com>
Change-Id: Ic8cfe2cb4e0711b3e0614060ff6b4f2fe4ed4391
(cherry picked from commit 49a11cff8e7892858d946d3f93ae19502236c358)
src/vnet/udp/udp.c