summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-10-19 16:32:32 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-19 16:36:04 -0500
commit376ba07b54b95259495ba16e90ed17e407c9e76d (patch)
tree9ce9a650503f3829eb6bfd948e1ab1bff5374b24 /src
parent6741243b928210d2a20f4e75675e56bfab6a2e30 (diff)
downloadpfsense-376ba07b54b95259495ba16e90ed17e407c9e76d.zip
pfsense-376ba07b54b95259495ba16e90ed17e407c9e76d.tar.gz
Disable zero copy buffers in bpf.
This was a no-op before my changes (so this was never really enabled) and now it is known to cause issues with tcpdump and hostapd. Disable this until we fix all the raised issues. Issue: #5257
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/globals.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index 3714032..509a22f 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -158,7 +158,6 @@ $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.inet.icmp.reply_from_interface" => 1,
"net.inet6.ip6.rfc6204w3" => 1,
"net.enc.out.ipsec_bpf_mask" => "0x0001",
OpenPOWER on IntegriCloud