Source-Changes-HG archive

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

[src/trunk]: src Document arp sysctl removals



details:   https://anonhg.NetBSD.org/src/rev/7d841e581acb
branches:  trunk
changeset: 344444:7d841e581acb
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Mar 30 05:55:04 2016 +0000

description:
Document arp sysctl removals

diffstat:

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

diffs (46 lines):

diff -r 2842e489d08c -r 7d841e581acb doc/CHANGES
--- a/doc/CHANGES       Wed Mar 30 05:45:26 2016 +0000
+++ b/doc/CHANGES       Wed Mar 30 05:55:04 2016 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2146 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.2147 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -195,6 +195,7 @@
        rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE
                802.11b/g/n wireless network devices, ported from OpenBSD.
                [nonaka 20150827]
+       arp(4): Remove net.inet.arp.{prune,refresh} sysctl. [ozaki-r 20150831]
        bind: Import version 9.10.2-P4. [christos 20150903]
        dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
        ftp(1): SNI support for https.  [wiz 20150912]
diff -r 2842e489d08c -r 7d841e581acb share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Wed Mar 30 05:45:26 2016 +0000
+++ b/share/man/man7/sysctl.7   Wed Mar 30 05:55:04 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.98 2016/03/30 05:45:26 ozaki-r Exp $
+.\"    $NetBSD: sysctl.7,v 1.99 2016/03/30 05:55:04 ozaki-r Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1229,8 +1229,6 @@
 .It arp        log_permanent_modify    integer yes
 .It arp        log_unknown_network     integer yes
 .It arp        log_wrong_iface integer yes
-.It arp        prune   integer yes
-.It arp        refresh integer yes
 .It carp       allow   integer yes
 .It carp       preempt integer yes
 .It carp       log     integer yes
@@ -1312,10 +1310,6 @@
 Failed ARP entry lifetime.
 .It Li arp.keep
 Valid ARP entry lifetime.
-.It Li arp.prune
-ARP cache pruning interval.
-.It Li arp.refresh
-ARP entry refresh interval.
 .It Li carp.allow
 If set to 0, incoming
 .Xr carp 4



Home | Main Index | Thread Index | Old Index