aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2010-03-25 10:13:21 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2010-03-25 10:13:21 +0000
commitcecdd23f87236c250e3ad8fe070c5bf30af19752 (patch)
treece1415e9093d5dab442fad861cd1b83d5ce8300f /sys/netgraph/netflow
parentc72c2330d081b2edf2d1dd56ce9efc8e946745a7 (diff)
Notes
Diffstat (limited to 'sys/netgraph/netflow')
-rw-r--r--sys/netgraph/netflow/ng_netflow.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c
index cacbd724b0dc..8bf484502bfa 100644
--- a/sys/netgraph/netflow/ng_netflow.c
+++ b/sys/netgraph/netflow/ng_netflow.c
@@ -286,15 +286,6 @@ ng_netflow_newhook(node_p node, hook_p hook, const char *name)
priv->export = hook;
-#if 0 /* TODO: profile & test first */
- /*
- * We send export dgrams in interrupt handlers and in
- * callout threads. We'd better queue data for later
- * netgraph ISR processing.
- */
- NG_HOOK_FORCE_QUEUE(NG_HOOK_PEER(hook));
-#endif
-
/* Exporter is ready. Let's schedule expiry. */
callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire,
(void *)priv);