]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Correct check for link-local target IP conflict
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 8 Feb 2013 20:18:53 +0000 (14:18 -0600)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:11:13 +0000 (19:11 -0500)
commit5da7cf81c8d76c7b5ddf5225224141eae4e706be
tree0ea9ad8019a3840aef63ed0727e0b72413a44463
parent62d7dba7be212f9834d4aa8f1920f484dec0075c
net: Correct check for link-local target IP conflict

Make the link-local code conform more completely with the RFC.

This will prevent ARP queries for the target (such as while it is
rebooting) from causing the device to choose a different link-local
address, thinking that its address is in use by another machine.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/link_local.c