]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4486f43c3a4ba826829a5b4985b3f3f2b0fc5a0
tree044ec047776bdbc14bdcf93ae2b9068d349bdeef
parentd4282863fd0504c30095d718c7ae9650161dbfe8
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