Skip to content

l3cfg: add addresses during obj sync even if commit is ASSUME

Fernando Fernández Mancera requested to merge ff/wait-online into main

If a connection is configured to use dhcp4 and NetworkManager service is restarted before the IPv4 address is configured on the interface, the connection will fail during the activation because the address is missing.

This will modify the meaning of assume because it will be more intrusive. Anyway, ASSUME still makes sense because the commit type is the lease intrusive.

Merge request reports