Comment 1 for bug 1787495

Revision history for this message
Julian Andres Klode (juliank) wrote :

From systemd:

/* Get operational state from ifindex.
 * Possible states:
 * off: the device is powered down
 * no-carrier: the device is powered up, but it does not yet have a carrier
 * dormant: the device has a carrier, but is not yet ready for normal traffic
 * carrier: the link has a carrier
 * degraded: the link has carrier and addresses valid on the local link configured
 * routable: the link has carrier and routable address configured

We don't have dirs for degraded and carrier. Not sure if they get exposed or not.

I'm not sure if they shouldn't be documented in systemd somewhere, though.