summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-08 19:46:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-08 19:46:34 +0000
commit7756e2b77f62b8f08d4b45838ad9346d5e0d1560 (patch)
tree7fafa32ec6808213b66d6fc1bf8f419d83e53504 /etc/inc/globals.inc
parentd0a97914d527785d3653b4c972c59d85506aa3f7 (diff)
downloadpfsense-7756e2b77f62b8f08d4b45838ad9346d5e0d1560.zip
pfsense-7756e2b77f62b8f08d4b45838ad9346d5e0d1560.tar.gz
Upon updating from configuration version 1.6 -> 1.7, whipe the traffic shaper configuration to avoid loading the old non supported configuration.
Ticket #216 ok: billm
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 544b690..0f4fff1 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -50,7 +50,7 @@ $g = array(
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
"pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */
"debug" => false,
- "latest_config" => "1.6",
+ "latest_config" => "1.7",
"nopkg_platforms" => array("cdrom"),
"nopccard_platforms" => array("wrap", "net48xx"),
"xmlrpcbaseurl" => "www.pfsense.com",
OpenPOWER on IntegriCloud