I am using following command to select LACP and active mode (for OVS bond),
nmcli conn add type ovs-port conn.interface MyBond master MyBridge ovs-port.bond-mode balance-tcp ovs-port.lacp active
ovs-appctl bond/show
---- MyBond ----
bond_mode: balance-tcp
bond may use recirculation: yes, Recirc-ID : 32
bond-hash-basis: 0
lb_output action: disabled, bond-id: -1
updelay: 0 ms
downdelay: 0 ms
next rebalance: 4892 ms
lacp_status: configured
lacp_fallback_ab: false
active-backup primary: <none>
active slave mac: 00:00:00:00:00:00(none)
slave enp0s8: disabled
may_enable: false
slave enp0s9: disabled
may_enable: false
I cannot figure out how to specify these options:
other_config:lacp-fallback-ab=true
other_config:lacp-time=lacp_time;
Please help!