Change OVS bonding type using nmcli



I have a bond, and running

ovs-appctl bond/list
bond type recircID slaves
MyBond active-backup 0 enp0s8, enp0s9

If I run:

nmcli connection modify ovs-slave-MyBond ovs-port.bond-mode balance-tcp

ovs-appctl bond/list
bond type recircID slaves
MyBond active-backup 0 enp0s8, enp0s9

nmcli conn reload does not help either

What is proper way to change bond type:

Please help;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]