summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-07 14:18:05 +0000
committerErmal <eri@pfsense.org>2013-03-07 14:18:05 +0000
commit2c07529a81d5d2246eece3ca46bc52e4b1861e05 (patch)
treeb44df010727edf6bf023af5d56f899790edf9508 /etc
parent6d1594eb6701ffe480cc2496c9301df4d0f64515 (diff)
downloadpfsense-2c07529a81d5d2246eece3ca46bc52e4b1861e05.zip
pfsense-2c07529a81d5d2246eece3ca46bc52e4b1861e05.tar.gz
Remove debug code
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 685c1fc..e50a643 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2943,7 +2943,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
}
} else {
$bigmtu = interface_vlan_mtu_configured($realhwif, $wancfg['mtu']);
- file_put_contents("/tmp/testing", $bigmtu);
if ($wancfg['mtu'] >= $bigmtu) {
/* All vlans need to use the same mtu value as their parent. */
if (is_array($config['vlans']['vlan'])) {
OpenPOWER on IntegriCloud