chiark / gitweb /
networkd-wait-online: track links
[elogind.git] / src / systemd / sd-network.h
index 45fd3ce08ea0c93aec6b3b6319d220b4004bf7d4..3f794822283218a04d873b97d2ebb1698b7efdcc 100644 (file)
 _SD_BEGIN_DECLARATIONS;
 
 /* Get state from ifindex.
- * Possible states: failed, configuring, configured
+ * Possible states: failed, configuring, configured, unmanaged
  * Possible return codes:
  *   -ENODATA: networkd is not aware of the link
- *   -EUNATCH: networkd is not managing this link
  *   -EBUSY: udev is still processing the link, networkd does not yet know if it will manage it
  */
 int sd_network_get_link_state(unsigned ifindex, char **state);