]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: address: do not send tentative flag
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Jun 2021 10:36:39 +0000 (19:36 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Jun 2021 15:49:02 +0000 (00:49 +0900)
commitd5e3b3eb8c66b0240431950a212597561d06fb77
tree8a1360237753bdd1cfbb0ee711ad602a0176fbab
parent8c29f484d5ec017e7be49339170b9b256e9d1ee5
network: address: do not send tentative flag

Currently, networkd does not set tentative flag on create, and kernel
ignore the flag on remove. So, this commit does not change any current
behaviour. This is just a preparation for later commits.
src/network/networkd-address.c