Revision 376ba07b
Added by Luiz Souza over 9 years ago
src/etc/inc/globals.inc | ||
---|---|---|
158 | 158 |
"kern.random.sys.harvest.ethernet" => 0, |
159 | 159 |
"net.route.netisr_maxqlen" => 1024, |
160 | 160 |
"net.inet.udp.checksum" => 1, |
161 |
"net.bpf.zerocopy_enable" => 1, |
|
162 | 161 |
"net.inet.icmp.reply_from_interface" => 1, |
163 | 162 |
"net.inet6.ip6.rfc6204w3" => 1, |
164 | 163 |
"net.enc.out.ipsec_bpf_mask" => "0x0001", |
Also available in: Unified diff
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