summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-04-26 14:23:29 +0000
committerErmal Luçi <eri@pfsense.org>2009-04-26 14:23:29 +0000
commit60120e37425e3e0147bbc3a0cfe010c124ba0df6 (patch)
tree2cdc7f3f4574ed10933035e38dd04533354e4c7d /etc/inc/globals.inc
parent6dc3a5c2e428a6f8c0d11d904f12ab8ab86a8718 (diff)
downloadpfsense-60120e37425e3e0147bbc3a0cfe010c124ba0df6.zip
pfsense-60120e37425e3e0147bbc3a0cfe010c124ba0df6.tar.gz
* Convert schedules to pf(4).
This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc... * Whitespace cleaning on filter.inc * Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_. * Small bugfixes here and there.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 0668027..389b71a 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -59,7 +59,7 @@ $g = array(
"product_email" => "coreteam@pfsense.org",
"hideplatform" => false,
"debug" => false,
- "latest_config" => "5.8",
+ "latest_config" => "5.9",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "115",
"minimum_ram_warning_text" => "128 megabytes",
OpenPOWER on IntegriCloud