summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-15 16:41:48 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-15 16:41:48 +0100
commit1f116988a9bf5ca043e1211ccd5473ae589c1680 (patch)
tree01399bd646500faec14ac98ebea23e312c6554ee /etc/inc
parent8336846a33ef73a335cf2acbb296ed7b28f34a21 (diff)
downloadpfsense-1f116988a9bf5ca043e1211ccd5473ae589c1680.zip
pfsense-1f116988a9bf5ca043e1211ccd5473ae589c1680.tar.gz
Enable the IPv6 allow toggle, otherwise the other IPv6 rules do not work.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc2
-rw-r--r--etc/inc/upgrade_config.inc6
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 4e150f8..da1a87f 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -91,7 +91,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "7.8",
+ "latest_config" => "7.9",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index df4ede8..0177461 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -2400,4 +2400,10 @@ function upgrade_077_to_078() {
}
}
+function upgrade_078_to_079() {
+ global $config;
+ /* enable the allow IPv6 toggle */
+ $config['system']['ipv6allow'] = true;
+}
+
?>
OpenPOWER on IntegriCloud