Revision 1ba56fb45a927d083f655302e75a1911a75b5da6 authored by Alexander Duyck on 13 November 2012, 13:10:59 UTC, committed by David S. Miller on 13 November 2012, 23:19:50 UTC
In the event of a VXLAN device being linked to a device that has a
hard_header_len greater than that of standard ethernet we could end up with
the hard_header_len not being large enough for outgoing frames.  In order to
prevent this we should update the length when a lowerdev is provided.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent eb5ce43
History
File Mode Size
Kconfig -rw-r--r-- 919 bytes
Makefile -rw-r--r-- 269 bytes
vlan.c -rw-r--r-- 15.9 KB
vlan.h -rw-r--r-- 5.7 KB
vlan_core.c -rw-r--r-- 8.4 KB
vlan_dev.c -rw-r--r-- 20.5 KB
vlan_gvrp.c -rw-r--r-- 1.6 KB
vlan_netlink.c -rw-r--r-- 6.0 KB
vlanproc.c -rw-r--r-- 8.5 KB
vlanproc.h -rw-r--r-- 537 bytes

back to top