summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authormgrooms <mgrooms@shrew.net>2009-03-15 06:14:54 +0000
committermgrooms <mgrooms@shrew.net>2009-03-15 06:18:35 +0000
commit4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac (patch)
tree958b9cad6a732f92151e4d2fb4238125af08150c /etc/inc/globals.inc
parent030f0cb794e2cc477432aa108eceb3dd2a01a4b0 (diff)
downloadpfsense-4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac.zip
pfsense-4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac.tar.gz
Modify IPsec code to allow for transport mode. All existing configurations are
marked as tunnel for backwards compatibility. There are problems with the spd read code which Will likely choke on transport entries. We can fix this later.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index c8ae12d..bab855b 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -32,7 +32,7 @@
*/
$g = array(
- "factory_shipped_username" => "admin",
+ "factory_shipped_username" => "admin",
"factory_shipped_password" => "pfsense",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
@@ -58,7 +58,7 @@ $g = array(
"product_website_footer" => "http://www.pfsense.org/?gui20",
"product_email" => "coreteam@pfsense.org",
"debug" => false,
- "latest_config" => "5.7",
+ "latest_config" => "5.8",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "115",
"minimum_ram_warning_text" => "128 megabytes",
OpenPOWER on IntegriCloud