mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 00:55:22 +00:00
In ipv6 the type field of the ethernet header is left blank and the net buffer size is not updated with the ethernet header size. Therefor outgoing ipv6 packets cannot correctly be received. In ipv6 these two fields are updated by the function uip_arp_out. However this function doesn't exist in ipv6, therefore net_driver_ethernet_send has to take care of the ethernet header. Change-Id: Ib883a6553786d74dd2a5bca6893a0501f04ce7f4 Signed-off-by: Sebastien Griffoul <sebastien.griffoul@intel.com> |
||
---|---|---|
arch | ||
boards | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
tests | ||
.checkpatch.conf | ||
.gitattributes | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
Kbuild | ||
Kconfig | ||
Kconfig.zephyr | ||
LICENSE | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |