MTU
# Bridge setup auto br0 iface br0 inet static bridge_ports eth0 eth1 address 192.168.88.2 ... post-up ifconfig eth0 mtu 9000 && ifconfig eth1 mtu 9000