GNOME Bugzilla – Bug 743187
[review PATCH] cli: try to reactivate connections on the same device
Last modified: 2015-02-28 15:03:31 UTC
Created attachment 294895 [details] cli: try to reactivate connections on the same device If we reactivate an active connection that is valid for multiple devices, try pick the device that the device is already using. This avoids failing with "Connection '...' is already active on ..." while choosing a different device. https://bugzilla.redhat.com/show_bug.cgi?id=1182085
IMO, this review patch tries to fix bug 730492. But I don't think that nmcli should try to determine the interface. It should not specify the interface and NM should instead do the right thing.
*** This bug has been marked as a duplicate of bug 730492 ***
Yeah, we should just change the NM behavior. If the client wants a specific interface, then they can specify that, but I think right now the choice in NM is not deterministic.