diff options
author | Bill Marquette <billm@pfsense.org> | 2005-08-20 20:53:43 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-08-20 20:53:43 +0000 |
commit | faee6cd640907a350331534e6aaad563e729b4d8 (patch) | |
tree | 99588d2aefa5ed071d2ca7a1cb02419b4d3d2803 /etc/inc/globals.inc | |
parent | 135c91d517c82f349957536331921681c63ccef9 (diff) | |
download | pfsense-faee6cd640907a350331534e6aaad563e729b4d8.zip pfsense-faee6cd640907a350331534e6aaad563e729b4d8.tar.gz |
config fix for those bit by bug #393
This will remove all empty (or otherwise bogus) <tunnel> entries from the config file
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 7570d63..003c2b4 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -52,7 +52,7 @@ $g = array( "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ "debug" => false, - "latest_config" => "1.9", + "latest_config" => "1.10", "nopkg_platforms" => array("cdrom"), "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com", @@ -68,4 +68,4 @@ $iptos = array("lowdelay", "throughput", "reliability", "congestion"); $tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg"); -?>
\ No newline at end of file +?> |