From 8434fd5cf23f998a0f3a0f947a4308a8c18ba7a5 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 13 Aug 2014 15:34:27 +0200 Subject: sd-network: rename state INITALIZING to PENDING and expose as any other state This is the state when we are waiting for udev to initialize the device, and waiting for libudev and rtnl to be in sync. In the future we probably will also be waiting for nl80211. At this point we do not yet have enough information to know whether or not networkd should be handling the device. --- src/network/networkd-link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/networkd-link.h') diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h index 144c7c403f..6d58fa1584 100644 --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@ -24,7 +24,7 @@ #include "networkd.h" typedef enum LinkState { - LINK_STATE_INITIALIZING, + LINK_STATE_PENDING, LINK_STATE_ENSLAVING, LINK_STATE_SETTING_ADDRESSES, LINK_STATE_SETTING_ROUTES, -- cgit v1.2.3-54-g00ecf