mbed-os/features/lwipstack
Jayasankar Nara c5fbea79cc Add API to get ipv6 link local address.
Protocols like mdns requires IPv6 link local address to be advertised in its
records (AAAA record). LWIP::Interface::bringup() API is creating IPv6 link
local address;But as of now there is no API exposed by mbed-os to get the
IPv6 link local address.

This new API is required to deliver mDNS library support on mbed-os for Cypress
platforms. Unit tested it by invoking get_ipv6_link_local_address with a simple
application.
2019-11-18 15:42:08 +00:00
..
lwip Cleaned up Mbed LWIP configurations 2019-11-18 15:42:08 +00:00
lwip-sys Fix build issue 2019-11-18 15:42:08 +00:00
.mbedignore Multihoming fixed according to new LWIP implementation. 2019-04-11 20:54:48 -05:00
CONTRIBUTING.md Remove FEATURE_LWIP. The LwIP stack is enabled on all builds now 2018-06-21 11:00:00 +03:00
LWIPInterface.cpp Add API to get ipv6 link local address. 2019-11-18 15:42:08 +00:00
LWIPInterfaceEMAC.cpp Multihoming initial release 2019-02-19 17:39:46 +02:00
LWIPInterfaceL3IP.cpp Multihoming initial release 2019-02-19 17:39:46 +02:00
LWIPInterfacePPP.cpp lwIP adds now PPP DNS servers to default interface 2019-08-20 13:37:12 +03:00
LWIPMemoryManager.cpp L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
LWIPMemoryManager.h L3IP Interface Implementation 2018-12-20 15:23:43 +01:00
LWIPStack.cpp Fixes IPv6 multicast join issue 2019-11-18 15:42:08 +00:00
LWIPStack.h Add API to get ipv6 link local address. 2019-11-18 15:42:08 +00:00
lwip_tools.cpp Add API to get ipv6 link local address. 2019-11-18 15:42:08 +00:00
lwip_tools.h lwIP changes for PPP service 2019-08-20 13:37:12 +03:00
lwipopts.h Fix build issue 2019-11-18 15:42:08 +00:00
mbed_lib.json Cleaned up Mbed LWIP configurations 2019-11-18 15:42:08 +00:00