summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2010-03-12 05:03:26 +0000
committerKip Macy <kmacy@FreeBSD.org>2010-03-12 05:03:26 +0000
commitd4121a02c07b16cd4d5534e04a1277f98e5744bd (patch)
tree892d80f823d6c6d886b13b8b52823bc01f00c33f /sys/netinet/ip_input.c
parent2200b28e5f60866ea8f537ff8f0cf2b0e3b49844 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 084bac069559..d91bcb0e4be6 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -329,7 +329,7 @@ ip_init(void)
#ifdef FLOWTABLE
TUNABLE_INT_FETCH("net.inet.ip.output_flowtable_size",
&V_ip_output_flowtable_size);
- V_ip_ft = flowtable_alloc(V_ip_output_flowtable_size, FL_PCPU);
+ V_ip_ft = flowtable_alloc("ipv4", V_ip_output_flowtable_size, FL_PCPU);
#endif
/* Skip initialization of globals for non-default instances. */