chiark / gitweb /
networkd/sd-network: extend operational states
[elogind.git] / src / systemd / sd-network.h
index e42d1060e6e35ae7950d1d8a1c2a6067a6567238..7d05086be65d0ee6253ab9f31893b8b7fdc992b0 100644 (file)
@@ -61,14 +61,14 @@ _SD_BEGIN_DECLARATIONS;
 int sd_network_get_link_state(unsigned index, char **state);
 
 /* Get operatinal state from ifindex.
 int sd_network_get_link_state(unsigned index, char **state);
 
 /* Get operatinal state from ifindex.
- * Possible states: unknown, dormant, carrier
+ * Possible states: unknown, dormant, carrier, degraded, routable
  * Possible return codes:
  *   -ENODATA: networkd is not aware of the link
  */
 int sd_network_get_link_operational_state(unsigned index, char **state);
 
 /* Get overall opeartional state
  * Possible return codes:
  *   -ENODATA: networkd is not aware of the link
  */
 int sd_network_get_link_operational_state(unsigned index, char **state);
 
 /* Get overall opeartional state
- * Possible states: unknown, dormant, carrier
+ * Possible states: unknown, dormant, carrier, degraded, routable
  * Possible return codes:
  *   -ENODATA: networkd is not aware of any links
  */
  * Possible return codes:
  *   -ENODATA: networkd is not aware of any links
  */