Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Liam J. Foy <liamjfoy@netbsd.org>
List: source-changes
Date: 03/23/2007 14:24:22
Module Name: src
Committed By: liamjfoy
Date: Fri Mar 23 14:24:22 UTC 2007
Modified Files:
src/sys/netinet6: ip6_flow.c ip6_input.c ip6_var.h
Log Message:
Add a new sysctl net.inet6.ip6.hashsize to control the hash table size.
The sysctl handler will ensure this value is a power of 2
ok dyoung@
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/netinet6/ip6_flow.c
cvs rdiff -r1.98 -r1.99 src/sys/netinet6/ip6_input.c
cvs rdiff -r1.39 -r1.40 src/sys/netinet6/ip6_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.