svn commit: r268052 - stable/10/sys/netinet6
Hajimu UMEMOTO
ume at FreeBSD.org
Mon Jun 30 16:56:12 UTC 2014
Author: ume
Date: Mon Jun 30 16:56:12 2014
New Revision: 268052
URL: http://svnweb.freebsd.org/changeset/base/268052
Log:
MFC r267801: Make nd6_gctimer tunable.
Modified:
stable/10/sys/netinet6/nd6.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/netinet6/nd6.c
==============================================================================
--- stable/10/sys/netinet6/nd6.c Mon Jun 30 16:53:12 2014 (r268051)
+++ stable/10/sys/netinet6/nd6.c Mon Jun 30 16:56:12 2014 (r268052)
@@ -2272,6 +2272,8 @@ SYSCTL_NODE(_net_inet6_icmp6, ICMPV6CTL_
CTLFLAG_RD, nd6_sysctl_prlist, "");
SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_MAXQLEN, nd6_maxqueuelen,
CTLFLAG_RW, &VNET_NAME(nd6_maxqueuelen), 1, "");
+SYSCTL_VNET_INT(_net_inet6_icmp6, OID_AUTO, nd6_gctimer,
+ CTLFLAG_RW, &VNET_NAME(nd6_gctimer), (60 * 60 * 24), "");
static int
nd6_sysctl_drlist(SYSCTL_HANDLER_ARGS)
More information about the svn-src-stable-10
mailing list