summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-network.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h
index 45fd3ce08e..3f79482228 100644
--- a/src/systemd/sd-network.h
+++ b/src/systemd/sd-network.h
@@ -52,10 +52,9 @@
_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);