mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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
This commit is contained in:
parent
0e8674d0db
commit
d1e172a96b
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user