summaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2009-03-10 14:28:19 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2009-03-10 14:28:19 +0000
commitffeeb9241ae0c05febdf6f88fbe9c2f6f4caa3be (patch)
treea4e181d892175860bea317c457de3da905e9317b /sys/net/bpf.c
parent161832a1cfe50fae53c4dd5069ddbd50c66e5e6b (diff)
downloadsrc-test2-ffeeb9241ae0c05febdf6f88fbe9c2f6f4caa3be.tar.gz
src-test2-ffeeb9241ae0c05febdf6f88fbe9c2f6f4caa3be.zip
Notes
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index f8f605bdb8c8..5a28e691cee7 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -124,7 +124,7 @@ SYSCTL_NODE(_net, OID_AUTO, bpf, CTLFLAG_RW, 0, "bpf sysctl");
int bpf_maxinsns = BPF_MAXINSNS;
SYSCTL_INT(_net_bpf, OID_AUTO, maxinsns, CTLFLAG_RW,
&bpf_maxinsns, 0, "Maximum bpf program instructions");
-static int bpf_zerocopy_enable = 1;
+static int bpf_zerocopy_enable = 0;
SYSCTL_INT(_net_bpf, OID_AUTO, zerocopy_enable, CTLFLAG_RW,
&bpf_zerocopy_enable, 0, "Enable new zero-copy BPF buffer sessions");
SYSCTL_NODE(_net_bpf, OID_AUTO, stats, CTLFLAG_MPSAFE | CTLFLAG_RW,