Hi, the following patchset fixes the problem in bug #21068 https://bugs.meego.com/show_bug.cgi?id=21068
We suggest the DHCP server to give us the IP address we had last time. This is done by sending the DHCP REQUESTED IP option to server. Regards, Jukka Jukka Rissanen (4): service: Remember last DHCP IP address. gdhcp: Enable DHCP REQUESTED IP address option when starting client. tools: Add missing parameter. dhcp: Try to reuse the IP address we had last time. gdhcp/client.c | 22 ++++++++++++++++++---- gdhcp/gdhcp.h | 2 +- src/connman.h | 3 +++ src/dhcp.c | 21 ++++++++++++++++++++- src/service.c | 36 ++++++++++++++++++++++++++++++++++++ tools/dhcp-test.c | 2 +- 6 files changed, 79 insertions(+), 7 deletions(-) _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
