aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/10-mtu
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd-hooks/10-mtu')
-rw-r--r--dhcpcd-hooks/10-mtu5
1 files changed, 0 insertions, 5 deletions
diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu
deleted file mode 100644
index 4265b48..0000000
--- a/dhcpcd-hooks/10-mtu
+++ /dev/null
@@ -1,5 +0,0 @@
-# Configure the MTU for the interface
-
-if [ -n "${new_interface_mtu}" ]; then
- ifconfig "${interface}" mtu "${new_interface_mtu}"
-fi