tunneling: Factor out common UDP tunnel code.
authorJesse Gross <jesse@nicira.com>
Thu, 26 Mar 2015 19:07:02 +0000 (12:07 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 7 Apr 2015 23:47:35 +0000 (16:47 -0700)
Currently, the userspace VXLAN implementation contains the code
for generating and parsing both the UDP and VXLAN headers. This
pulls out the UDP portion for better layering and to make it
easier to support additional UDP based tunnels and features.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>

No differences found