summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-10-19 16:19:52 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2015-10-19 16:41:27 -0500
commitd1e172a96bfdf0bf71d87e5cc6f5639eb7e29ce0 (patch)
treeca7a9b11d592714ee751c6353d5aa441fc9da751
parent0e8674d0db51dd7f7ae8a5e5640b7cea7ccd2c64 (diff)
downloadpfsense-d1e172a96bfdf0bf71d87e5cc6f5639eb7e29ce0.zip
pfsense-d1e172a96bfdf0bf71d87e5cc6f5639eb7e29ce0.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
-rw-r--r--etc/inc/globals.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 55c98eb..8ee4052 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -157,7 +157,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