]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
IPv4LL: Restart ARP probling on address conflict (#340)
authorLeo Ruan <tingquan.ruan@cn.bosch.com>
Thu, 25 Jul 2024 08:37:11 +0000 (16:37 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 08:37:11 +0000 (09:37 +0100)
commit65f5692a12caadf375677414e633c955c9bec0a0
tree83d0f7f8461f0bf180e883c96c8ae8a3f34a27b1
parentfff58e65f535cb89452b113f434598cb809c060d
IPv4LL: Restart ARP probling on address conflict (#340)

* IPv4LL: Restart ARP probling on address conflict

When IPv4LL address conflict is detected, it is failed to restart IPv4LL
since IPv4LL is running. The commit fixes the problem by restarting ARP
probing instead of restarting IPv4LL.

---------

Co-authored-by: Roy Marples <roy@marples.name>
src/ipv4ll.c