GNOME Bugzilla – Bug 743176
[review PATCH] device: remember the method we've started ll addr conf with
Last modified: 2015-02-25 14:09:02 UTC
Created attachment 294871 [details] device: remember the method we've started ll addr conf with User can change the connection in between and hit an assert in supposedly unreachable code in linklocal6_complete(): # nmcli c up CON & nmcli c modify CON ipv6.method ignore ... NetworkManager[18134]: linklocal6_complete: assertion 'FALSE' failed
this is a special case of bug 724041 .
LGTM
I don't think that this is the right fix, because there are many situations that can fail in a similar way. Making an individual copy of each property seems not the way to go.
*** This bug has been marked as a duplicate of bug 724041 ***