Codeifconfig bond0 192.168.1.1 netmask 255.255.255.0 up ip link set eth0 master bond0 ip link set eth1 master bond0
Something like that ^ might work? .. I've no ideas how ConnMan will react to a bonded interface, or whether it will be persistent, or whether it kicks you from SSH at the same time (likely). LE will support the "iproute2" command-set (see https://www.kernel.org/doc/Documentat…ing/bonding.txt) but we're not really designed for fancy network configurations. Our goal is less about having the fastest connection (although that's nice) but to ensure it's "fast enough" to play what you need without issues.
Ok, thanks!!
I will to read