From d1e172a96bfdf0bf71d87e5cc6f5639eb7e29ce0 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Mon, 19 Oct 2015 16:19:52 -0500 Subject: [PATCH] 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 --- etc/inc/globals.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 55c98eb924..8ee4052ec6 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",