Thank you for your response, which has helped me to iron out most of the issues we were seeing with DHCP and multiple interfaces.
We're now calling netif_set_default on one of the network interfaces - I think that the problem here was that it was previously being called on each interface just before calling dhcp_start(). The remaining problem is getting DHCP to work simultaneously on multiple interfaces. Currently starting the process on a second interface appears to stall the first. Thanks again, Toby -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
