I've been using a combination of interface bond-, vlan- and bridge-interfaces to provide redundancy and different logical network layers to xen domU's.
This setup is working well however i'm a bit uncertain as to how different settings on these interfaces affect one-another. To illustrate, here's my setup on a typical dom0:
/- vlan10 -- br10
eth0 -\ /
> bond0 <--- vlan20 -- br20
eth1 -/ \
\- vlan30 -- br30
Considering bond-, vlan- and bridge-interfaces are logical rather than physical, does setting MTU on these interfaces have any effect if the physical (eth0, eth1) interfaces have a different MTU set serve a purpose?