Project

General

Profile

« Previous | Next » 

Revision c06240db

Added by Ermal LUÇI over 12 years ago

Add the new tunable in the GUI for custommization and its default value

View differences:

conf.default/config.xml
5 5
	<lastchange></lastchange>
6 6
	<theme>pfsense_ng</theme>
7 7
	<sysctl>
8
		<item>
9
			<descr><![CDATA[Enable mounting the FS read only with more checks.]]></descr>
10
			<tunable>vfs.forcesync</tunable>
11
			<value>default</value>
12
		</item>
8 13
		<item>
9 14
			<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
10 15
			<tunable>debug.pfftpproxy</tunable>
etc/inc/globals.inc
145 145
	"vfs.read_max" => "32",
146 146
	"kern.ipc.maxsockbuf" => "4262144",
147 147
	"debug.pfftpproxy" => "0",
148
	"net.inet.ip.process_options" => 0
148
	"net.inet.ip.process_options" => 0,
149
	"vfs.forcesync" => 0
149 150
);
150 151

  
151 152
$config_parsed = false;

Also available in: Unified diff