zephyr/subsys
Andreas Huber 96a05d09f2 net: ipv4: Fix ARP probe check in address conflict detection
The second condition needs to check ARP probes only

The ACD is not properly implemented as described in RFC5227 ch. 2.1.1
The implementation incorrectly detects an IP conflict, if an ARP request
is received for the target IP.
The reason is that the current implementation checks for ARP requests
instead of ARP probes.

Signed-off-by: Andreas Huber <andreas.huber@ch.sauter-bc.com>
(cherry picked from commit 27d93f8b6c)
2024-11-04 09:23:45 -05:00
..
bindesc
bluetooth bluetooth: AVDTP: Check buffer len before pulling data 2024-09-26 09:22:20 -04:00
canbus
console
dap
debug
demand_paging
dfu
disk
dsp
emul
fb
fs fs: fuse: ensure S_IFxxx macros are available 2024-08-20 14:53:13 -04:00
input
ipc
jwt
llext
logging logging: Trigger logging thread when we start to drop messages 2024-08-07 08:25:49 -04:00
lorawan
mem_mgmt
mgmt
modbus modbus: reset wait semaphore before tx 2024-10-16 13:33:55 -04:00
modem
net net: ipv4: Fix ARP probe check in address conflict detection 2024-11-04 09:23:45 -05:00
pm
portability
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
task_wdt
testsuite testsuite: coverage: fix typo in the CMakeLists.txt 2024-11-04 09:20:21 -05:00
timing
tracing
usb drivers: udc: add opaque pointer to store upper layer private data 2024-10-17 23:16:08 -04:00
zbus
CMakeLists.txt
Kconfig