Skip to content

Commit

Permalink
bfd: Clarify the BFD diagnostic.
Browse files Browse the repository at this point in the history
This commit adds more explanation for the bfd diagnostic and
bfd remote diagnostic in vswitch and vtep documentation.

Requested-by:Bruce Davie <bdavie@vmware.com>
Signed-off-by: Alex Wang <alexw@nicira.com>
  • Loading branch information
yew011 committed Aug 14, 2014
1 parent 623540e commit 233b8b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions vswitchd/vswitch.xml
Expand Up @@ -2138,8 +2138,9 @@
</column>

<column name="bfd_status" key="diagnostic">
In case of a problem, set to a short message that reports what the
local BFD session thinks is wrong.
In case of a problem, set to an error message that reports what the
local BFD session thinks is wrong. The error messages are defined
in section 4.1 of [RFC 5880].
</column>

<column name="bfd_status" key="remote_state"
Expand All @@ -2149,8 +2150,9 @@
</column>

<column name="bfd_status" key="remote_diagnostic">
In case of a problem, set to a short message that reports what the
remote endpoint's BFD session thinks is wrong.
In case of a problem, set to an error message that reports what the
remote endpoint's BFD session thinks is wrong. The error messages
are defined in section 4.1 of [RFC 5880].
</column>

<column name="bfd_status" key="flap_count"
Expand Down
10 changes: 6 additions & 4 deletions vtep/vtep.xml
Expand Up @@ -474,8 +474,9 @@
</column>

<column name="bfd_status" key="diagnostic">
In case of a problem, set to a short message that reports what the
local BFD session thinks is wrong.
In case of a problem, set to an error message that reports what the
local BFD session thinks is wrong. The error messages are defined
in section 4.1 of [RFC 5880].
</column>

<column name="bfd_status" key="remote_state"
Expand All @@ -485,8 +486,9 @@
</column>

<column name="bfd_status" key="remote_diagnostic">
In case of a problem, set to a short message that reports what the
remote endpoint's BFD session thinks is wrong.
In case of a problem, set to an error message that reports what the
remote endpoint's BFD session thinks is wrong. The error messages
are defined in section 4.1 of [RFC 5880].
</column>
</group>
</group>
Expand Down

0 comments on commit 233b8b6

Please sign in to comment.