Am 21.03.2019 um 20:54 schrieb Toby Duckworth:
All working now - The multiple simultaneous DHCP problem was in our own code.
OK, great to hear that - both that you solved it and that it wasn't
lwIP's fault :-)
Regards,
Simon
___
lwip-users mailing l
All working now - The multiple simultaneous DHCP problem was in our own code.
Thanks again for your response and support,
Toby
--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html
___
lwip-users mailing list
lwip-users@nongnu.org
https://li
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 befo
Am 11.03.2019 um 11:29 schrieb Toby Duckworth:
I am updating our code to support multiple simultaneous network interfaces,
and have a question relating to DHCP.
Before calling dhcp_start(...) we call netif_set_default(...) - Is this
strictly necessary?
These two are different things. DHCP assi
Hi,
I am updating our code to support multiple simultaneous network interfaces,
and have a question relating to DHCP.
Before calling dhcp_start(...) we call netif_set_default(...) - Is this
strictly necessary?
If I remove the call to netif_set_default, then DHCP doesn't appear to work
correctly.
Hello Jim,
Jim Gibbons wrote:
I intend to change only the existing DHCP client. I believe this
will also require changes to udp as I mentioned previously. Looking
more closely at the DHCP client, however, I believe that I will
probably have to change both udp_send and udp_sendto. The chan
Title: E-mail signature
I intend to change only the existing DHCP client. I believe this will
also require changes to udp as I mentioned previously. Looking more
closely at the DHCP client, however, I believe that I will probably
have to change both udp_send and udp_sendto. The changes appe
Title: E-mail signature
Jim,
Are you intending to implement both the
client and server on lwip?
If so, I’d be willing to contribute.
I’m using the no-OS, raw interface.
Karl
For some time now, one of our clients has been asking for DHCP on both
the ethernet interfaces to
For some time now, one of our clients has been asking for DHCP on both
the ethernet interfaces to his system. We're finally getting around to
doing it for him. This e-mail is an inquiry to determine if this
should be done privately, or if it would be of benefit to submit this
as a change to l