commit | 0a95423421dad9b487bf59aa438484e915c65b2a | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Wed Jun 05 13:53:11 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 10 00:59:28 2024 -0700 |
tree | 70dce444d904ad659628ae7232dd15ad3c7bbb5b | |
parent | 87946a899684e7764958aacc24cbba2c398e1ed6 [diff] |
net: ipv4: Implement IPv4 address conflict detection Add support for IPv4 conflict detection, as specified in RFC 5227. The new feature is optional and disabled by default. Address conflict detection was implemented as a part of the IPv4 autoconf feature can be generalized to be available for all address types. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>