summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-07-16 10:31:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-07-16 10:54:08 +0900
commit153cf041399fe76c80c2c96d98ec5489a83f44ed (patch)
treef2b9dbd5ec6576f7f596cd8cf326fad8ab482b97 /src/network/networkd-link.h
parent75be72d139b64f9793e1ab04cd8737c3a176ac15 (diff)
downloadsystemd-153cf041399fe76c80c2c96d98ec5489a83f44ed.tar.gz
network: dhcp4: fix another race with SendDecline=yes
If the SD_IPV4ACD_EVENT_BIND event happens before all routes are assigned, then the link stuck in configuring state.
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r--src/network/networkd-link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h
index 7b39dd91ae..fb12301fe6 100644
--- a/src/network/networkd-link.h
+++ b/src/network/networkd-link.h
@@ -108,6 +108,7 @@ typedef struct Link {
bool dhcp4_route_failed:1;
bool dhcp4_route_retrying:1;
bool dhcp4_configured:1;
+ bool dhcp4_address_bind:1;
bool dhcp6_address_configured:1;
bool dhcp6_route_configured:1;
bool dhcp6_pd_address_configured:1;