ipv4: allow warming up the ARP cache with request type gratuitous ARP
authorOctavian Purdila <opurdila@ixiacom.com>
Mon, 18 Jan 2010 12:58:44 +0000 (12:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jan 2010 10:12:34 +0000 (02:12 -0800)
commit6d955180b2f9ccff444df06265160868cabb289a
tree2ceaf1e1e49664712cc13bb07833538c8723f645
parentfa44a73cc766c7f3bac71a66d564e0049b800325
ipv4: allow warming up the ARP cache with request type gratuitous ARP

If the per device ARP_ACCEPT option is enable, currently we only allow
creating new ARP cache entries for response type gratuitous ARP.

Allowing gratuitous ARP to create new ARP entries (not only to update
existing ones) is useful when we want to avoid unnecessary delays for
the first packet of a stream.

This patch allows request type gratuitous ARP to create new ARP cache
entries as well. This is useful when we want to populate the ARP cache
entries for a large number of hosts on the same LAN.

Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/ipv4/arp.c