From: roy.qing...@gmail.com Date: Tue, 23 Feb 2016 09:00:56 +0800 > This is especially annoying for the virtualization case because the > KVM's tap driver will by default adopt the bridge's MTU on startup > making it impossible (without the workaround) to use a large MTU on the > guest VMs.
So if the TAP device adopts the bridge's MTU, and then a device is enslaved to the bridge that has a "smaller than 64k" MTU, what propagates that MTU change back to the TAP device? I really want to understand how this is supposed to work.