mirror of https://github.com/ARMmbed/mbed-os.git
L3IP input now use tcpip_input instead of ip_input
parent
ffe9ddfb2d
commit
7d13b758cb
|
@ -467,7 +467,7 @@ nsapi_error_t LWIP::add_l3ip_interface(L3IP &l3ip, bool default_if, OnboardNetwo
|
||||||
#if LWIP_IPV4
|
#if LWIP_IPV4
|
||||||
0, 0, 0,
|
0, 0, 0,
|
||||||
#endif
|
#endif
|
||||||
interface, &LWIP::Interface::l3ip_if_init, ip_input)) {
|
interface, &LWIP::Interface::l3ip_if_init, tcpip_input)) {
|
||||||
return NSAPI_ERROR_DEVICE_ERROR;
|
return NSAPI_ERROR_DEVICE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue