I'm trying to bond the ethernet and wifi on my laptop. A bond can be setup with
nmcli con add type wifi ifname wlps3s0 master bond0 ssid $YOURSSID
(see Bonding wired and wireless while using Network Manager)
The SSID of a particular network is REQUIRED for this command. As far as I can tell, this means if I change networks, my bond will break. Is there a way in nmcli to enslave an entire interface to a bond?