]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
RFC 3927 Section 2.5 says a defence of an address should ARP announce it.
authorRoy Marples <roy@marples.name>
Wed, 20 Apr 2016 08:29:08 +0000 (08:29 +0000)
committerRoy Marples <roy@marples.name>
Wed, 20 Apr 2016 08:29:08 +0000 (08:29 +0000)
commitcb1bbd36fffe12dbab59e2671fbc0e8bfa4737a5
tree713e480ffd319a573d5c1cab5acef20575a656a9
parentcc2d895cbd5811ed07665993ad475e3d9f7809f4
RFC 3927 Section 2.5 says a defence of an address should ARP announce it.
This is unicast, whereas the default kernel action is to unicast a stock
reply, so the client that tried to claim the address will receive two replies.

Fixes [a19bb0eae6].
arp.c
arp.h
ipv4ll.c