Loading
net: arp: Drop request where src hw address is our address
We replied to an ARP request that has the same Sender Hardware Address
than that of ours. Such an ARP request must be discarded, no reply
should be sent and translation table should not be updated.
Fixes #16110
Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>