uhd/mpm/systemd
Joerg Hofrichter f077a17602 mpm: deactivate Duplicate Address Detection (DAD) on int0 interface
Starting from systemd v245, Duplicate Address Detection (DAD) is automatically
enabled for static IPv4 addresses if the IP address is a link local address.
DuplicateAddressDetection=none (or DuplicateAddressDetection=true for historical
reasons) deactivates this.

Important notes on compatibility:
- systemd v243.2 (Yocto release zeus) does not support DuplicateAddressDetection=none
  and errors out without applying the IPv4 address -> use the historical
  parameter DuplicateAddressDetection=true to remain backward compatibility
- systemd v250.5 (Yocto release kirkstone) ignores the DuplicateAddressDetection=none
  (or DuplicateAddressDetection=true) parameter for link local addresses and enables
  DAD unconditionally. This is fixed by commit a9efd16090baee492e9dd9ae832b5b548e7c6fcf
  ("network: do not enable IPv4 ACD for IPv4 link-local address if ACD is disabled explicitly")
  which is not part of default Yocto systemd v250.5. In meta-ettus we have applied
  the patch so that the DuplicateAddressDetection=none (or DuplicateAddressDetection=true)
  parameter is honored for link local addresses
2024-06-11 10:20:08 +02:00
..
network mpm: deactivate Duplicate Address Detection (DAD) on int0 interface 2024-06-11 10:20:08 +02:00
sysctl
system SelfCal: Remove self-cal from boot and fpga update 2023-07-13 07:33:08 -05:00
udev
CMakeLists.txt SelfCal: Remove self-cal from boot and fpga update 2023-07-13 07:33:08 -05:00