summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-01-17 21:29:04 +0000
committerErmal <eri@pfsense.org>2011-01-17 21:29:04 +0000
commit2b7ca9b2d908cb04433477c3be52bd20d47acf75 (patch)
tree9f390129b715dcfe9076f32ae80cf7c5c6273b79 /etc/inc/globals.inc
parent9d7d238816b6b3f087af1c5246e59dec8629a228 (diff)
downloadpfsense-2b7ca9b2d908cb04433477c3be52bd20d47acf75.zip
pfsense-2b7ca9b2d908cb04433477c3be52bd20d47acf75.tar.gz
Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 2d4300a..c19a849 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -160,9 +160,10 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.inet.tcp.tso" => "1",
"net.inet.icmp.icmplim" => "0",
"vfs.read_max" => "32",
- "kern.ipc.maxsockbuf" => "4262144"
+ "kern.ipc.maxsockbuf" => "4262144",
+ "debug.pfftpproxy" => "0"
);
$config_parsed = false;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud