]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
IPv4LL: Pick a different address at conflict
authorRoy Marples <roy@marples.name>
Tue, 8 Oct 2019 10:29:15 +0000 (11:29 +0100)
committerRoy Marples <roy@marples.name>
Tue, 8 Oct 2019 10:29:15 +0000 (11:29 +0100)
commit079a79506561768bb07022b69332fe2f47fde4f7
treecaf9369e9f3dbb08be0bdb086d9986cea2db397f
parent0a83e58777b583d0cab2cd1384b38c1ac3279ad8
IPv4LL: Pick a different address at conflict

The start function will be called at carrier up and may rightly
pick the last assigned address. So, we need to ensure we pick the
next address we want to try at any conflict.

If any conflict, cancel any ARP state.
src/ipv4ll.c