]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: enable ARP= when IPv4LL/IPv4ACD is enabled 37190/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 20 Apr 2025 01:23:32 +0000 (10:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 20 Apr 2025 01:49:15 +0000 (10:49 +0900)
commita06e88426444ac50fde712e426ec9a4234ae5576
tree4ffea63c0a208d01b766f3adee7792f32388120f
parentb5c83cd5a7ec3f5154106478301dd855ae706107
network: enable ARP= when IPv4LL/IPv4ACD is enabled

We can run sd-ipv4ll/sd-ipv4acd also on an interface with IFF_NOARP
flag, but that may cause address conflict with other hosts.
Let's enable ARPing when sd-ipv4ll/sd-ipv4acd are enabled unless ARP= is
explicitly disabled.
man/systemd.network.xml
src/network/networkd-ipv4acd.c
src/network/networkd-ipv4acd.h
src/network/networkd-setlink.c