Hi, there was an issue in DHCP link local addressing a.k.a Automatic Private IP Addressing (APIPA) where the link local address would only be set once and the second time the ll address setting was not done.
The fix was actually very trivial, the global flag was not set properly when the dhcp was released which meant that in the next time ll was tried, the system thought that ll state machine was already running and ll was not started. Thanks for Tim Sander for reporting the issue and sorry for the long delay fixing this issue, ConnMan team is just very busy atm. Cheers, Jukka Jukka Rissanen (2): dhcp: Stop IPv4 ll state machine properly dhcp: Add useful IPv4 ll debug information src/dhcp.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) -- 1.8.3.1 _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
