Skip to content

cli: don't force interface name on add_and_activate

Lubomir Rintel requested to merge lr/cli-ifname-add-and-activate into master

The daemon is already responsible for pinning the connection to a particular device. In fact, it may choose to use a different means than an interface name, such as a MAC address or a gsm.device-id. Remove it from the client.

Merge request reports