summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-04-30 10:36:16 -0300
committerRenato Botelho <renato@netgate.com>2018-04-30 10:36:16 -0300
commitb395c4f24ef42d242090e36651d901b7c84f7122 (patch)
tree8b976f6d73989736d12be99f9c5fc747d3185cb2 /src/etc/inc/globals.inc
parent88a8b4dacf162008cbbcc5a89c997a2271104e3e (diff)
downloadpfsense-b395c4f24ef42d242090e36651d901b7c84f7122.zip
pfsense-b395c4f24ef42d242090e36651d901b7c84f7122.tar.gz
Add a global to keep valid meta package suffixes
Diffstat (limited to 'src/etc/inc/globals.inc')
-rw-r--r--src/etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index b00b65d..93f55ce 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -89,7 +89,8 @@ $g = array(
"default_timezone" => "Etc/UTC",
"language" => "en_US",
"default_config_backup_count" => 30,
- "minimumtableentries_bogonsv6" => 400000
+ "minimumtableentries_bogonsv6" => 400000,
+ "alternativemetaports" => array("vmware")
);
/* IP TOS flags */
OpenPOWER on IntegriCloud