Module Name:    src
Committed By:   ozaki-r
Date:           Wed Mar 30 05:45:26 UTC 2016

Modified Files:
        src/doc: CHANGES
        src/share/man/man7: sysctl.7

Log Message:
Document net.inet6.ip6.neighborgcthresh change


To generate a diff of this commit:
cvs rdiff -u -r1.2145 -r1.2146 src/doc/CHANGES
cvs rdiff -u -r1.97 -r1.98 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2145 src/doc/CHANGES:1.2146
--- src/doc/CHANGES:1.2145	Sat Mar 26 10:40:05 2016
+++ src/doc/CHANGES	Wed Mar 30 05:45:26 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2145 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2146 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -222,6 +222,8 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 		[phx 20151112]
 	cpuctl(8): Most commands can specify more than one CPU now.
 		[mrg 20151115]
+	ndp: net.inet6.ip6.neighborgcthresh is now per interface basis.
+		[ozaki-r 20151125]
 	dhcpcd: Import dhcpcd 6.9.4. [roy 20151130]
 	openssl: Import openssl 1.0.1q [christos 20151206]
 	ip6addrctl: Import from FreeBSD [christos 20151212]

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.97 src/share/man/man7/sysctl.7:1.98
--- src/share/man/man7/sysctl.7:1.97	Sun Dec 13 15:13:03 2015
+++ src/share/man/man7/sysctl.7	Wed Mar 30 05:45:26 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.97 2015/12/13 15:13:03 wiz Exp $
+.\"	$NetBSD: sysctl.7,v 1.98 2016/03/30 05:45:26 ozaki-r Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd December 13, 2015
+.Dd March 30, 2016
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -1775,7 +1775,7 @@ The maximum number of fragments the node
 \-1 means that the node will accept as many fragments as it receives.
 The flag is provided basically for avoiding possible DoS attacks.
 .It Li ip6.neighborgcthresh
-Maximum number of entries in neighbor cache.
+Maximum number of entries in neighbor cache per interface.
 Set to negative to disable.
 The default value is 2048.
 .It Li ip6.redirect

Reply via email to