]> 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)
commit786bf0e50e69a063a953e4c0717519c37c42ec21
treecaf9369e9f3dbb08be0bdb086d9986cea2db397f
parentc98c98fb4f1c6e229d462429c14d099cb4712c56
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