mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs to be put in place again!
This commit is contained in:
parent
9e0fb7010d
commit
73c3eed8e0
@ -5,11 +5,6 @@
|
||||
<lastchange></lastchange>
|
||||
<theme>pfsense_ng</theme>
|
||||
<sysctl>
|
||||
<item>
|
||||
<descr><![CDATA[Enable mounting the FS read only with more checks.]]></descr>
|
||||
<tunable>vfs.forcesync</tunable>
|
||||
<value>default</value>
|
||||
</item>
|
||||
<item>
|
||||
<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
|
||||
<tunable>debug.pfftpproxy</tunable>
|
||||
@ -130,11 +125,6 @@
|
||||
<tunable>hw.syscons.kbd_reboot</tunable>
|
||||
<value>default</value>
|
||||
</item>
|
||||
<item>
|
||||
<descr><![CDATA[Enable TCP Inflight mode]]></descr>
|
||||
<tunable>net.inet.tcp.inflight.enable</tunable>
|
||||
<value>default</value>
|
||||
</item>
|
||||
<item>
|
||||
<descr><![CDATA[Enable TCP extended debugging]]></descr>
|
||||
<tunable>net.inet.tcp.log_debug</tunable>
|
||||
|
||||
@ -140,7 +140,6 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"kern.randompid" => "347",
|
||||
"net.inet.ip.intr_queue_maxlen" => "1000",
|
||||
"hw.syscons.kbd_reboot" => "0",
|
||||
"net.inet.tcp.inflight.enable" => "1",
|
||||
"net.inet.tcp.log_debug" => "0",
|
||||
"net.inet.tcp.tso" => "1",
|
||||
"net.inet.icmp.icmplim" => "0",
|
||||
@ -148,7 +147,6 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"kern.ipc.maxsockbuf" => "4262144",
|
||||
"debug.pfftpproxy" => "0",
|
||||
"net.inet.ip.process_options" => 0,
|
||||
"vfs.forcesync" => 0,
|
||||
"kern.random.sys.harvest.interrupt" => 0,
|
||||
"kern.random.sys.harvest.point_to_point" => 0,
|
||||
"kern.random.sys.harvest.ethernet" => 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user