zcip: fix wrong comparison of source IP with our IP
authorVladislav Grishenko <themiron@mail.ru>
Thu, 19 Mar 2015 11:19:35 +0000 (16:19 +0500)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Mar 2015 16:59:34 +0000 (17:59 +0100)
commit4d15068d83054a9f82b3f8842706cd6deb401e25
tree8becf05987b05a43bf6e56b674d65e7adac9805f
parent911db16229d41f53b9c44272fcccdb3552a5a99e
zcip: fix wrong comparison of source IP with our IP

Commit "zcip: fix link-local IP conflict detection" has introduced
wrong comparsion of source IP with our IP. This leads to a new IP
being picked unnecessarily on every incoming ARP packet.

Signed-off-by: Vladislav Grishenko <themiron@mail.ru>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/zcip.c