]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: configure IPv4 DAD per link address
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 4 Oct 2020 00:14:15 +0000 (09:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:57:58 +0000 (02:57 +0900)
commit490ccbd5e5580c907121c39be567767f05bd91a3
treec3d978b3ce9022c5263b3be1118dea1120f157e5
parent693ec5ca835b9693a6a0354e120a084f1679fb86
network: configure IPv4 DAD per link address

Previously, IPv4 DAD is configured in each Address object stored in
Network object. If a .network file matches multipe links, then it causes
an assertion. To prevent it, now IPv4 DAD is configured in each Address
object belogs to Link object.
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-link.c