summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-31 17:15:44 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-31 17:15:44 +0000
commit929b2de583c543b088a65ed37ef6500c3ca08ac5 (patch)
treea15ee06fe5f852212f13bcf128b4476529ee3221
parenta8b1097cb05dd9d04331ff5f5b1c7c370cf7b1eb (diff)
downloadpfsense-929b2de583c543b088a65ed37ef6500c3ca08ac5.zip
pfsense-929b2de583c543b088a65ed37ef6500c3ca08ac5.tar.gz
Remove bogus parameter in the vlanmtu command wrongly setted by me.
Noteced-by: billm
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index ae6512d..603d06f 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -94,7 +94,7 @@ function interface_vlan_configure($if, $tag, $vlanif = "") {
if (in_array($drvname, $vlan_native_supp))
mwexec("/sbin/ifconfig {$if} vlanhwtag");
else if (in_array($drvname, $vlan_long_frame))
- mwexec("/sbin/ifconfig {$if} vlanmtu 1500");
+ mwexec("/sbin/ifconfig {$if} vlanmtu");
mwexec("/sbin/ifconfig {$vlanif} up");
OpenPOWER on IntegriCloud