mbed-os/UNITTESTS/features/netsocket/EthernetInterface
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
..
test_EthernetInterface.cpp Add API to get ipv6 link local address. 2019-11-18 15:42:08 +00:00
unittest.cmake Merge pull request #9424 from SeppoTakalo/ONME-4125 2019-02-11 10:41:35 +01:00