X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-network.h;h=3f794822283218a04d873b97d2ebb1698b7efdcc;hb=7de12ae764e73730df0658f9fb04bcf42add48e2;hp=45fd3ce08ea0c93aec6b3b6319d220b4004bf7d4;hpb=d12b8cad40aa78fc948362340204c3fde778082d;p=elogind.git diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h index 45fd3ce08..3f7948222 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);