]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: update MAC address in IPv4 ACD clients
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 4 Oct 2020 00:27:42 +0000 (09:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Oct 2020 17:59:34 +0000 (02:59 +0900)
commitd93d655c406554f53e2c80e1aceee1440adfd4d6
tree6a9b566940cf8112004311513d072ee2b701f6f8
parent490ccbd5e5580c907121c39be567767f05bd91a3
network: update MAC address in IPv4 ACD clients

When the MAC address of a link is updated, an address on the link may
be under checking address duplication. Or, (currently such code is not
implemented yet, but) address duplication check may be restarted later.
For that case, the IPv4 ACD clients must use the new updated MAC address.
src/network/networkd-address.c
src/network/networkd-address.h
src/network/networkd-link.c