summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
diff options
context:
space:
mode:
authorCong Wang <cwang@twopensource.com>2014-06-12 11:53:10 -0700
committerDavid S. Miller <davem@davemloft.net>2014-06-13 15:27:59 -0700
commit2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34 (patch)
tree5fe67955fc104ebd852e3a3c7fcea1cea5713efa /include/net/udp.h
parent56f16c74ca25649691fcfe4eedfb8ecadec830cb (diff)
downloadop-kernel-dev-2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34.zip
op-kernel-dev-2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34.tar.gz
vxlan: use dev->needed_headroom instead of dev->hard_header_len
When we mirror packets from a vxlan tunnel to other device, the mirror device should see the same packets (that is, without outer header). Because vxlan tunnel sets dev->hard_header_len, tcf_mirred() resets mac header back to outer mac, the mirror device actually sees packets with outer headers Vxlan tunnel should set dev->needed_headroom instead of dev->hard_header_len, like what other ip tunnels do. This fixes the above problem. Cc: "David S. Miller" <davem@davemloft.net> Cc: stephen hemminger <stephen@networkplumber.org> Cc: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: Cong Wang <cwang@twopensource.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/udp.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud