]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: address: always read address flag from IFA_FLAGS attribute 19839/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Jun 2021 12:53:35 +0000 (21:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Jun 2021 15:13:25 +0000 (00:13 +0900)
commit0828a38605975b68c14c9194a1ee2c5c2ff7038f
treebd4ef8942bb917533af0bf6bebabc66647d2e75a
parenta23624846f928bd0fd2e1aa25cf7af0b46f0e866
network: address: always read address flag from IFA_FLAGS attribute

Otherwise, update flag become incomplete and the IFA_F_MANAGETEMPADDR flag
will not be stored, thus no temporary addresses will be removed when
networkd requests to remove the main address.

Follow-up for a8481354f0cd2c0855472193d0f57c7a77674969.
Fixes #13218.
Fixes #19838.
src/network/networkd-address.c