aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2006-03-21 01:40:03 -0500
committerDavid S. Miller <davem@davemloft.net>2006-03-21 01:40:03 -0500
commitc1b1bce8527c2c3cac7e2520ca54b7c04281033e (patch)
tree0c14ac012573f7ff0032404e1b3e5e5088c390bd
parentabd596a4b68b6526c2676233e10602dd9660e9d7 (diff)
[IPV4] ARP: Documentation for new arp_accept sysctl variable.
As John pointed out, I had not added documentation to describe the arp_accpet sysctl that I posted in my last patch. This patch adds that documentation. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/networking/ip-sysctl.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 35aed1c6dd98..651298ba019a 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -619,6 +619,11 @@ arp_ignore - INTEGER
619 The max value from conf/{all,interface}/arp_ignore is used 619 The max value from conf/{all,interface}/arp_ignore is used
620 when ARP request is received on the {interface} 620 when ARP request is received on the {interface}
621 621
622arp_accept - BOOLEAN
623 Define behavior when gratuitous arp replies are received:
624 0 - drop gratuitous arp frames
625 1 - accept gratuitous arp frames
626
622app_solicit - INTEGER 627app_solicit - INTEGER
623 The maximum number of probes to send to the user space ARP daemon 628 The maximum number of probes to send to the user space ARP daemon
624 via netlink before dropping back to multicast probes (see 629 via netlink before dropping back to multicast probes (see