lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] simhost unix project in lwip-contrib calls netif_init() twi


From: Ilya Lesokhin
Subject: [lwip-devel] simhost unix project in lwip-contrib calls netif_init() twice.
Date: Sun, 18 Aug 2013 13:06:07 +0300

Hi, 
Hopefully this is the right place to report this.
In the simhost unix project, netif_init() is called twice.
Once directly in main_thread and a second time through main_thread ->tcpip_init->netif_init.
In the case where LWIP_HAVE_LOOPIF is enabled this causes next field the loop_netif to point to loop_netif itself making the netif_list circular.

Thanks,
Ilya

reply via email to

[Prev in Thread] Current Thread [Next in Thread]