aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp_decap.c
AgeCommit message (Collapse)AuthorFilesLines
2021-05-29udp: add udp decapsulationArthur de Kerhor1-0/+106
Possibility to register a port via CLI or API to decap incoming UDP packets: - For CLI, a user needs to specify the inner protocol (only MPLS supported for now) - For API, the protocol is specified by index Added unittests Type: feature Change-Id: Ifedd86d8db2e355b7618472554fd67d77a13a4aa Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>