Skip to content

Commit c1b1bce

Browse files
nhormandavem330
authored andcommitted
[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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent abd596a commit c1b1bce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/networking/ip-sysctl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,11 @@ arp_ignore - INTEGER
619619
The max value from conf/{all,interface}/arp_ignore is used
620620
when ARP request is received on the {interface}
621621

622+
arp_accept - BOOLEAN
623+
Define behavior when gratuitous arp replies are received:
624+
0 - drop gratuitous arp frames
625+
1 - accept gratuitous arp frames
626+
622627
app_solicit - INTEGER
623628
The maximum number of probes to send to the user space ARP daemon
624629
via netlink before dropping back to multicast probes (see

0 commit comments

Comments
 (0)