Revision 3bdca55d

b/tools/kvm-ifup.in
36 36
ip link set $INTERFACE up
37 37

  
38 38
if [ "$MODE" = "bridged" ]; then
39
	ip link set $INTERFACE mtu $(</sys/class/net/${BRIDGE}/mtu)
40

  
39 41
	# Connect the interface to the bridge
40 42
	brctl addif $BRIDGE $INTERFACE
41 43
else

Also available in: Unified diff