Re: [PATCH 4/4] lwip: Stop using netifapi.

2019-03-31 Thread Samuel Thibault
Joan Lledó, le dim. 31 mars 2019 19:55:41 +0200, a ecrit: > Use tcpip_callback() to reconfigure interfaces in a thread-safe > context instead. Applied, thanks! > * lwip/lwip-util.c: > * Replace all netifapi calls by their non-netifapi versions. > * update_ifs() is called through tcpip

[PATCH 4/4] lwip: Stop using netifapi.

2019-03-31 Thread Joan Lledó
Use tcpip_callback() to reconfigure interfaces in a thread-safe context instead. * lwip/lwip-util.c: * Replace all netifapi calls by their non-netifapi versions. * update_ifs() is called through tcpip_callback(). * lwip/options.c: * Call init_fs() through tcpip_callback().