Re: [ovs-discuss] bond control syntax

2018-03-04 Thread Chris Boley
Hi, I worked on this more and found that this worked. If anyone is actually interested. sudo touch /etc/network/if-up.d/vbond0_tune sudo nano /etc/network/if-up.d/vbond0_tune ##Pasted this in### ovs-vsctl set port vbond0 other_config:lacp-system-priority=50

[ovs-discuss] bond control syntax

2018-03-04 Thread Chris Boley
The "other_config:" options don't seem to be running in my bond setup. It's difficult for me to understand if my syntax is bad because for whatever reason there's not a lot of examples regarding manually controlling LACP negotiation. All those tagged in options look like one huge line on my