aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-12-18 19:11:56 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-12-18 19:11:56 +0000
commit39393906794c41128ae83e00fd1dd0242f23311d (patch)
treebc875b79fcdd831041264850c2270cfc7001857d /usr.sbin/arp
parentd147662cd3b46d4e9c786c955620193a7ef64e7f (diff)
downloadsrc-39393906794c41128ae83e00fd1dd0242f23311d.tar.gz
src-39393906794c41128ae83e00fd1dd0242f23311d.zip
Add a knob to suppress logging of attempts to modify
permanent ARP entries. Submitted by: Andrew Alcheyev <buddy telenet.ru>
Notes
Notes: svn path=/head/; revision=153513
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r--usr.sbin/arp/arp.49
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index ddc0471fea69..04270005f925 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -28,7 +28,7 @@
.\" @(#)arp4.4 6.5 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd November 24, 2005
+.Dd December 18, 2005
.Dt ARP 4
.Os
.Sh NAME
@@ -169,6 +169,13 @@ to if1.
This message can only be issued if the sysctl
.Va net.link.ether.inet.log_arp_wrong_iface
is set to 1, which is the system's default behaviour.
+.Pp
+.Em "arp: %x:%x:%x:%x:%x:%x attempts to modify permanent entry for %d.%d.%d.%d on %s" :
+ARP has received an ARP reply that attempts to overwrite a permanent
+antry in the local ARP table.
+This error will be only logged, if the sysctl
+.Va net.link.ether.inet.log_arp_permanent_modify
+is set to 1, which is the system's default behaviour.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr route 4 ,