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
netfilter
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 474 bytes
br.c -rw-r--r-- 2.0 KB
br_device.c -rw-r--r-- 8.4 KB
br_fdb.c -rw-r--r-- 15.8 KB
br_forward.c -rw-r--r-- 6.1 KB
br_if.c -rw-r--r-- 9.4 KB
br_input.c -rw-r--r-- 5.6 KB
br_ioctl.c -rw-r--r-- 8.7 KB
br_multicast.c -rw-r--r-- 39.2 KB
br_netfilter.c -rw-r--r-- 28.3 KB
br_netlink.c -rw-r--r-- 5.9 KB
br_notify.c -rw-r--r-- 2.6 KB
br_private.h -rw-r--r-- 15.8 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_stp.c -rw-r--r-- 12.3 KB
br_stp_bpdu.c -rw-r--r-- 5.4 KB
br_stp_if.c -rw-r--r-- 7.4 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_sysfs_br.c -rw-r--r-- 23.4 KB
br_sysfs_if.c -rw-r--r-- 7.6 KB

back to top