zephyr/net/ip
Patrik Flykt 231572a1c6 net: Set loopback address in the loopback driver
Set the loopback IPv6 address and an all-zero MAC address as the
loopback device really does not have a defined MAC address.

Clean up the code so that the loopback driver's IPv6 addresses are
not reused in other parts by mistake.

Change-Id: I07cc8bc5ad3a2ec5997bb313dd0ecaca4d9742f7
Signed-off-by: Patrik Flykt <patrik.flykt@linux.intel.com>
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:14:30 -05:00
..
contiki net: apps: Simple listener application that just receives packets 2016-02-05 20:14:30 -05:00
Kconfig net: rpl: Enable RPL Kconfig option 2016-02-05 20:14:30 -05:00
Makefile net: Use simple UART driver for handling slip (serial line IP) traffic 2016-02-05 20:14:30 -05:00
net_buf.c net: Add separate buffers for MAC layer 2016-02-05 20:14:29 -05:00
net_context.c net: Look up the local address if none is given 2016-02-05 20:14:30 -05:00
net_driver_loopback.c net: Set loopback address in the loopback driver 2016-02-05 20:14:30 -05:00
net_driver_loopback.h net: Add loopback driver 2016-02-05 20:14:29 -05:00
net_init.c net: Use simple UART driver for handling slip (serial line IP) traffic 2016-02-05 20:14:30 -05:00