udp: fix UDP socket byte order in lookup 32/25732/4
authorAndreas Schultz <andreas.schultz@travelping.com>
Mon, 9 Mar 2020 10:36:15 +0000 (11:36 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 9 Mar 2020 14:36:20 +0000 (14:36 +0000)
commit49a11cff8e7892858d946d3f93ae19502236c358
treed00c0b22a5c36a91f5c5fd293e84a2abaecc51e0
parent145e330f019920b5ef77f4e8b3fa70de3228710d
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
src/vnet/udp/udp.c