summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2015-10-22 20:43:08 -0700
committerAndy Zhou <azhou@nicira.com>2015-11-03 11:17:54 -0800
commit60a15922f558f862ae993388bfb578e23156d9d7 (patch)
tree199800dfe2bd3348e969722be3441fbefa64f4c0 /vswitchd
parentec6f7ef3fdcbe1eb516c3c7ebe7286f8591d2b8e (diff)
downloadopenvswitch-60a15922f558f862ae993388bfb578e23156d9d7.tar.gz
bfd: improve ovs-vswitchd.conf.db(5) manpage
Use the wording from RFC 5880 to describe the "diagnostic" and "remote_diagnostic" fields. Reported-by: Justin Pettit <jpettit@nicira.com> Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 4dbd9e3e6..ce0dbc109 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2578,9 +2578,9 @@
</column>
<column name="bfd_status" key="diagnostic">
- 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].
+ A diagnostic code specifying the local system's reason for the
+ last change in session state. The error messages are defined in
+ section 4.1 of [RFC 5880].
</column>
<column name="bfd_status" key="remote_state"
@@ -2590,9 +2590,9 @@
</column>
<column name="bfd_status" key="remote_diagnostic">
- 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].
+ A diagnostic code specifying the remote system's reason for the
+ last change in session state. The error messages are defined in
+ section 4.1 of [RFC 5880].
</column>
<column name="bfd_status" key="flap_count"