]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: Fix bug introduced by commit ac2c717ebc13
authorAndy Zhou <azhou@nicira.com>
Tue, 23 Sep 2014 08:44:51 +0000 (01:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Sep 2014 19:32:10 +0000 (15:32 -0400)
commitc166d7c0658beeac99ace6133888c458647416cb
treec72cc9f829ac085d787138e77e013b5cdc26cbe6
parent4b508214e210fa2f635d378fe220a270b8c276cc
vxlan: Fix bug introduced by commit ac2c717ebc13

Commit ac2c717ebc13 ("vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions." introduced a bug in vxlan_xmit_one()
function, causing it to transmit Vxlan packets without proper
Vxlan header inserted. The change was not needed in the first
place. Revert it.

Reported-by: Tom Herbert <therbert@google.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c