summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-25 22:27:34 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-25 22:27:34 +0000
commit40b0b541cc76ffb43454d5409794f8945f60b82c (patch)
tree6954288e7b06686f51969a4140541f1d1b028199 /etc/inc/globals.inc
parent8b616f2c8a8b41932467fe4a4861c1d3e83b4511 (diff)
downloadpfsense-40b0b541cc76ffb43454d5409794f8945f60b82c.zip
pfsense-40b0b541cc76ffb43454d5409794f8945f60b82c.tar.gz
Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 014cdd4..f5fd426 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -106,13 +106,6 @@ $g = array(
"help_base_url" => "/help.php"
);
-// Loop through and set vlan_native_supp (native vlan tagging)
-$vlan_native_supp = get_nics_with_capabilities("vlanhwtag");
-if(count($vlan_native_supp) > 0)
- $g['vlan_native_supp'] = $vlan_native_supp;
-else
- $g['vlan_native_supp'] = array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "vr", "xl", "lagg");
-
// Loop through and set vlan_long_frame VLAN_MTU
$vlan_native_supp = get_nics_with_capabilities("vlanmtu");
if(count($vlan_native_supp) > 0)
@@ -135,7 +128,7 @@ if(file_exists("/etc/platform")) {
$g['firmware_update_text']="pfSense-*.img.gz";
} else {
- $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_0/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/manifest";
$g['firmware_update_text']="pfSense-*.tgz";
}
OpenPOWER on IntegriCloud