summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/ng_netflow.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2007-03-28 13:59:13 +0000
committerglebius <glebius@FreeBSD.org>2007-03-28 13:59:13 +0000
commite0b48c67ff458843054aff871ed5ef1ad6626999 (patch)
treee31e2b6a39a90c2ac8c649442de907e620311253 /sys/netgraph/netflow/ng_netflow.c
parentb1c6fabadd4d3f1741ad3d643e6bf40609a6a0ab (diff)
downloadFreeBSD-src-e0b48c67ff458843054aff871ed5ef1ad6626999.zip
FreeBSD-src-e0b48c67ff458843054aff871ed5ef1ad6626999.tar.gz
Bump maximum number of interface hooks to the maximum possible value.
This will increase the memory consumption for more than 1 Mb, but this is required for operation on multiinterface access concentrators running mpd. Requested by: Alexander Motin
Diffstat (limited to 'sys/netgraph/netflow/ng_netflow.c')
-rw-r--r--sys/netgraph/netflow/ng_netflow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c
index f0cb867..c67d90b 100644
--- a/sys/netgraph/netflow/ng_netflow.c
+++ b/sys/netgraph/netflow/ng_netflow.c
@@ -33,6 +33,7 @@ static const char rcs_id[] =
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
+#include <sys/limits.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/syslog.h>
OpenPOWER on IntegriCloud