]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.
authorPravin B Shelar <pshelar@nicira.com>
Fri, 22 Feb 2013 07:30:40 +0000 (07:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2013 20:47:41 +0000 (15:47 -0500)
commit8dc98eb2e8ccfbfb90348f8dc42f4a528a8a9961
tree649e89e4d615380aceec12a958b649bd9287d107
parent490ab08127cebc25e3a260a74556b56ce5f47c0f
VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.

tunnel_ip_select_ident() is more efficient when generating ip-header
id given inner packet is of ipv4 type.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c