<div dir="ltr"><div> The &quot;other_config:&quot; options don&#39;t seem to be running in my bond setup.<br></div><div>It&#39;s difficult for me to understand if my syntax is bad because for whatever reason there&#39;s not a lot of examples regarding manually controlling LACP negotiation.</div><div>All those tagged in options look like one huge line on my /etc/network/interfaces config file.</div><div><br></div><div>Any guidance would be greatly appreciated.</div><div><br></div><div># Bond eth1 and eth2 together</div><div>allow-vbridge0 vbond0</div><div>iface vbond0 inet manual</div><div>        ovs_bridge vbridge0</div><div>        ovs_type OVSBond</div><div>        ovs_bonds eth1 eth2</div><div>        ovs_options bond_mode=balance-slb lacp=active other_config:lacp-time=slow lacp-system-priority=50 bond-rebalance-interval=5000 bond-detect-mode=miimon bond-miimon-interval=100 bond_updelay=200 bond_downdelay=200</div><div><br></div><div><br></div></div>