zephyr/subsys/net
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
..
conn_mgr
ip net: ipv4: Fix ARP probe check in address conflict detection 2024-11-04 09:23:45 -05:00
l2 net: l2: ieee802154: decouple frame decryption from upper layer fields 2024-09-26 09:21:09 -04:00
lib net: sockets: tls: Prevent infinite block during handshake 2024-09-26 09:21:29 -04:00
pkt_filter
buf_simple.c
buf.c
CMakeLists.txt
hostname.c
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net