From fdca530d4fe159e086ca0ac1d6e4f188ddcc3fad Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 15 Oct 2009 20:20:36 +0100 Subject: Address iproute2 mtu. --- conf.d/network.Linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.d/network.Linux b/conf.d/network.Linux index f7b796a..1b6d121 100644 --- a/conf.d/network.Linux +++ b/conf.d/network.Linux @@ -3,6 +3,9 @@ # On the other hand, ip (iproute2) is quite powerful and is also supported #ip_eth0="192.168.0.10/24; 192.168.10.10/24" +# ip doesn't handle MTU like ifconfig, but we can do it like so +#ifup_eth0="ip link set \$int mtu 1500" + # Create a bonded interface #interfaces="bond0" #ifup_bond0="modprobe bonding; ifconfig \$int up; ifenslave \$int bge0" -- cgit v1.2.3