Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Document net.inet6.ip6.neighborgcthresh change



details:   https://anonhg.NetBSD.org/src/rev/2842e489d08c
branches:  trunk
changeset: 344443:2842e489d08c
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Mar 30 05:45:26 2016 +0000

description:
Document net.inet6.ip6.neighborgcthresh change

diffstat:

 doc/CHANGES             |  4 +++-
 share/man/man7/sysctl.7 |  6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 7f19161befe9 -r 2842e489d08c doc/CHANGES
--- a/doc/CHANGES       Tue Mar 29 21:23:05 2016 +0000
+++ b/doc/CHANGES       Wed Mar 30 05:45:26 2016 +0000
@@ -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 @@
                [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]
diff -r 7f19161befe9 -r 2842e489d08c share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Tue Mar 29 21:23:05 2016 +0000
+++ b/share/man/man7/sysctl.7   Wed Mar 30 05:45:26 2016 +0000
@@ -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 @@
 \-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



Home | Main Index | Thread Index | Old Index