commit | 87bacf378d2825ddc99483f86ba2bf9db130f146 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Fri May 24 16:52:22 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Tue May 28 17:49:03 2024 +0200 |
tree | 32dfea6a0e39be2c218760ed97c83f9e757a734d | |
parent | 5a8652b0c2209bf45466932d38f694309eee3e78 [diff] |
net: l2: ethernet: arp: Fix ARP probe target HW address matching According to RFC3927 and RFC5227, an ARP probe target HW address should be set to all-zeroes: "The 'target hardware address' field is ignored and SHOULD be set to all zeroes." Hence, we should allow the ARP probes to have all-zeroes target HW address as well. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>