mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops correct php syntax
This commit is contained in:
parent
21f82ab623
commit
4e6405b9f8
@ -152,7 +152,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"kern.random.sys.harvest.ethernet" => 0,
|
||||
"net.route.netisr_maxqlen" => 1024,
|
||||
"net.inet.udp.checksum" => 1,
|
||||
"net.bpf.zerocopy_enable" = > 1
|
||||
"net.bpf.zerocopy_enable" => 1
|
||||
);
|
||||
|
||||
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user