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
Makefile -rw-r--r-- 150 bytes
heartbeat.c -rw-r--r-- 69.2 KB
heartbeat.h -rw-r--r-- 2.6 KB
masklog.c -rw-r--r-- 3.8 KB
masklog.h -rw-r--r-- 7.9 KB
netdebug.c -rw-r--r-- 14.2 KB
nodemanager.c -rw-r--r-- 24.8 KB
nodemanager.h -rw-r--r-- 2.6 KB
ocfs2_heartbeat.h -rw-r--r-- 1.1 KB
ocfs2_nodemanager.h -rw-r--r-- 1.4 KB
quorum.c -rw-r--r-- 10.1 KB
quorum.h -rw-r--r-- 1.1 KB
sys.c -rw-r--r-- 1.9 KB
sys.h -rw-r--r-- 1011 bytes
tcp.c -rw-r--r-- 58.2 KB
tcp.h -rw-r--r-- 4.0 KB
tcp_internal.h -rw-r--r-- 7.6 KB
ver.c -rw-r--r-- 1.2 KB
ver.h -rw-r--r-- 1008 bytes

back to top