Module Name:    src
Committed By:   christos
Date:           Sat Aug 27 09:06:59 UTC 2011

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

Log Message:
add new arp logging sysctls


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.64 src/share/man/man7/sysctl.7:1.65
--- src/share/man/man7/sysctl.7:1.64	Thu Jun 23 16:55:08 2011
+++ src/share/man/man7/sysctl.7	Sat Aug 27 05:06:58 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.64 2011/06/23 20:55:08 wiz Exp $
+.\"	$NetBSD: sysctl.7,v 1.65 2011/08/27 09:06:58 christos 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 March 18, 2011
+.Dd August 27, 2011
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -1164,6 +1164,9 @@
 .It Sy Protocol name	Variable name	Type	Changeable
 .It arp	down	integer	yes
 .It arp	keep	integer	yes
+.It arp	log_movements	integer	yes
+.It arp	log_permanent_modify	integer	yes
+.It arp	log_wrong_iface	integer	yes
 .It arp	prune	integer	yes
 .It arp	refresh	integer	yes
 .It carp	allow	integer	yes

Reply via email to