zephyr/subsys/net/ip
Andreas Huber 27d93f8b6c 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>
2024-10-29 07:07:59 -05:00
..
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
Kconfig net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt net: Increase net_mgmt task priority 2024-10-25 13:53:49 +02:00
Kconfig.stack
Kconfig.stats net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
Kconfig.tcp
canbus_socket.c
canbus_socket.h
connection.c
connection.h
icmp.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c net: ip: igmp: Add igmp.h for definitions 2024-10-17 09:44:33 +02:00
igmp.h net: ip: igmp: Add igmp.h for definitions 2024-10-17 09:44:33 +02:00
ipv4.c
ipv4.h
ipv4_acd.c net: ipv4: Fix ARP probe check in address conflict detection 2024-10-29 07:07:59 -05:00
ipv4_autoconf.c
ipv4_fragment.c
ipv6.c
ipv6.h net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
ipv6_fragment.c
ipv6_mld.c net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
ipv6_nbr.c
ipv6_pe.c
iterables_net_pkt_alloc_stats.ld net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
nbr.c
nbr.h
net_context.c net: Avoid compiling native network stack parts w/o NET_NATIVE 2024-10-03 17:08:29 +01:00
net_core.c net: Avoid compiling native network stack parts w/o NET_NATIVE 2024-10-03 17:08:29 +01:00
net_if.c net: if: Don't require native IP stack support for IPv6 lookups 2024-10-09 18:37:30 +01:00
net_mgmt.c net: Increase net_mgmt task priority 2024-10-25 13:53:49 +02:00
net_pkt.c net: pkt: Collect net_pkt allocation statistics 2024-10-22 20:38:57 +02:00
net_private.h net: offload: Do not need to enable TC threads for NET_OFFLOAD 2024-10-03 17:08:29 +01:00
net_stats.c
net_stats.h net: stats: dns: Collect DNS statistics 2024-09-25 13:52:15 -05:00
net_tc.c
net_tc_mapping.h
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c
route.h
tcp.c net: tcp: remove redundant null check for `conn` in `net_tcp_put()` 2024-09-30 09:04:48 +02:00
tcp.h
tcp_internal.h
tcp_private.h
tp.c
tp.h
tp_priv.h
udp.c
udp_internal.h
utils.c net: Avoid compiling native network stack parts w/o NET_NATIVE 2024-10-03 17:08:29 +01:00