commit | 8be0cfa4d352167df508acd571eb19afd8a2ce93 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Fri May 13 10:48:42 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 13:37:10 2016 -0400 |
tree | ed8ec3a913afbeb21d14ba268d6487d37c579219 | |
parent | 41ae56ce3507d2967a29ae809200962d12cecb2b [diff] |
vxlan: set mac_header correctly in GPE mode For VXLAN-GPE, the interface is ARPHRD_NONE, thus we need to reset mac_header after pulling the outer header. v2: Put the code to the existing conditional block as suggested by Shmulik Ladkani. Fixes: e1e5314de08b ("vxlan: implement GPE") Signed-off-by: Jiri Benc <jbenc@redhat.com> Reviewed-by: Shmulik Ladkani <shmulik.ladkani@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>