MTU on Open vSwitch Bridge/Port

openvswitch

How to set MTU value for an Open vSwitch bridge from command line?

I have tried man pages, I failed.

Thank you.

Best Answer

The bridge MTU is automatically set to the smallest port MTU. So you just have to set the MTU of each port of the bridge. You can get a list of them via ovs-vsctl list-ports <BRIDGENAME>.