MTU behavior with bridged devices
Hi all
I'm wondering what is the behavior on a bridge with different MTU sizes on its devices. For example, let's assume the following configuration :
eth1 : mtu = 1200
eth2 : mtu = 1500
if I set br0 as a bridge of eth1 (inbound) and eth2 (outbound), then br0 will take the lower mtu :
bd0: mtu=1200
eth1 : mtu = 1200
eth2 : mtu = 1500
So I'm wondering why eth2's mtu isn't automatically reduced to 1200 by the system ? and above all, if this 1500 mtu is used somewhere during the packets communications or if the system will force all the packets incoming and outgoing on that device to mtu 1200 ?
Thank you in advance
Best regards
julien
|