summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.d/network.Linux3
1 files changed, 3 insertions, 0 deletions
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"