From 43f195aed97bfa5e964e88ed03e10397ff489002 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Jul 2008 02:36:32 +0000 Subject: [PATCH] Enforce an mtu of 1500. Discussed-with: cmb --- etc/inc/interfaces.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index c34e1de016..0f45a4863b 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -772,6 +772,7 @@ EOD; {$ifconfig} {$if} {$wme} {$ifconfig} {$if} {$wepset} {$ifconfig} {$if} {$txpower} +{$ifconfig} {$if} mtu 1500 {$ifconfig} {$if} up EOD;