vxlan: move vxlan device lookup before iptunnel_pull_header
authorJiri Benc <jbenc@redhat.com>
Thu, 18 Feb 2016 10:22:51 +0000 (11:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 19:34:54 +0000 (14:34 -0500)
commitc9e78efb6f668c42e0e0f47398e814b758b95336
treebebb27440318348496f404fbc8c7426ae235281a
parent9fc4754582bf46b0998a64fce74f570cea720e18
vxlan: move vxlan device lookup before iptunnel_pull_header

This is in preparation for iptunnel_pull_header calling skb_scrub_packet.

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