diff options
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 0ed030f..5c8c234 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -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. */ |