arp: fixed error in a comment
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 18 May 2017 19:41:18 +0000 (12:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:26:45 +0000 (13:26 -0400)
commit34eb5fe07831458cf8238d54c1fc847dedeaf68c
treec414cb470ce1f567c75d0a8bfe97d2a4a2c7a706
parent499350a5a6e7512d9ed369ed63a4244b6536f4f8
arp: fixed error in a comment

the is_garp code deals just with gratuitous ARP packets, not every
unsolicited packet.

This patch is a result of a discussion in netdev:
http://marc.info/?l=linux-netdev&m=149506354216994

Suggested-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c