connection.type bond \
connection.master $INTERNAL_BRIDGE_DEVICE \
connection.slave-type bridge \
- bond.options "mode=active-backup,miimon=100" \
+ bond.options "mode=802.3ad,lacp_rate=fast,miimon=100,xmit_hash_policy=layer2+3" \
save yes
nmcli connection add \
connection.type bond \
connection.master $INTERNAL_BRIDGE_DEVICE \
connection.slave-type bridge \
- bond.options "mode=active-backup,miimon=100" \
+ bond.options "mode=802.3ad,lacp_rate=fast,miimon=100,xmit_hash_policy=layer2+3" \
save yes
nmcli connection add \