vxlan: Call udp_flow_src_port
authorTom Herbert <therbert@google.com>
Wed, 2 Jul 2014 04:32:49 +0000 (21:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 04:14:21 +0000 (21:14 -0700)
commit535fb8d006bc6a96d59558181a9a6f267be382c5
tree044ec047776bdbc14bdcf93ae2b9068d349bdeef
parentb8f1a55639e6a76cfd274cc7de76eafac9a15ca9
vxlan: Call udp_flow_src_port

In vxlan and OVS vport-vxlan call common function to get source port
for a UDP tunnel. Removed vxlan_src_port since the functionality is
now in udp_flow_src_port.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h
net/openvswitch/vport-vxlan.c