vxlan: clear IFF_TX_SKB_SHARING
authorJiri Benc <jbenc@redhat.com>
Tue, 16 Feb 2016 21:16:53 +0000 (22:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 19:43:47 +0000 (14:43 -0500)
commit82a0f6b4aba95a21729f56ed0cbe57f2701b4872
tree1157a97ad828ecb32ccc1438cf490d46a0d50b9a
parentaeee0e66c6b46cee311be22cb82735763eceb7c3
vxlan: clear IFF_TX_SKB_SHARING

ether_setup sets IFF_TX_SKB_SHARING but this is not supported by vxlan
as it modifies the skb on xmit.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c