Skip to content

Commit

Permalink
Bring linkStatus in line with other status enums
Browse files Browse the repository at this point in the history
where option 1 is the Healthy option and 3 is the Unhealthy option
  • Loading branch information
cristian-recoseanu committed Jul 16, 2024
1 parent 543dde5 commit 035952b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Link status monitoring allows devices to expose the health of all the physical l

Devices specify if:

* All interfaces are Down (equivalent to an Unhealthy state)
* Some of the interfaces are Down (equivalent to a PartiallyHealthy state)
* All of the interfaces are Up (equivalent to a Healthy state)
* Some of the interfaces are Down (equivalent to a PartiallyHealthy state)
* All interfaces are Down (equivalent to an Unhealthy state)

The link status message is a nullable property where devices can offer the reason and further details as to why the current status value was chosen.

Expand Down
Binary file modified docs/images/receiver-model-connectivity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/receiver-model-minimal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 035952b

Please sign in to comment.