https://bugzilla.suse.com/show_bug.cgi?id=1212627 https://bugzilla.suse.com/show_bug.cgi?id=1212627#c11 Jonathan Kang <songchuan.kang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo? --- Comment #11 from Jonathan Kang <songchuan.kang@suse.com> --- In your setup, NetworkManager logs "startup complete" when ipv4 succeeds, and this triggers NetworkManager-wait-online to quit. But at that moment, NetworkManager is still at the process of setting manual ipv6 address. This is caused by the "ipv6.may-fail" property defaulting to TRUE. So when dhcp4 succeeded, NetworkManager thought it's time to finish the startup. Can you try setting "ipv6.may-fail" to FALSE and see if this makes any difference?
nmcli connection modify Wired\ Connection\ 1 ipv6.may-fail no -- You are receiving this mail because: You are on the CC list for the bug.