wireless
wireless copied to clipboard
fix: use ubuntu 18.04 nmcli parameters
Description
iface parameter is valid for older versions of nmcli but not new ones. ifname is the new parameter name.
Without this patch, the iface parameter was not found on ubuntu 18 and the command simply uses the first interface it found.
I am not sure that iface is used or not on ubuntu 16 and couldnt test it.