From 6d13e6dd6b73c9b00ac5943d8ec0ca7f9f822bda Mon Sep 17 00:00:00 2001 From: Pavithra Ramesh Date: Fri, 19 Jul 2013 07:00:26 +0000 Subject: [PATCH] ovs-vswitchd: Document the ovs-appctl bfd/* commands. Added man-page entries for bfd/show and bfd/set-forwarding commands. Signed-off-by: Pavithra Ramesh Acked-by: Ethan Jackson --- vswitchd/ovs-vswitchd.8.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in index 3eb87a6f1..4fb3ae3f0 100644 --- a/vswitchd/ovs-vswitchd.8.in +++ b/vswitchd/ovs-vswitchd.8.in @@ -110,6 +110,15 @@ Causes \fBovs\-vswitchd\fR to gracefully terminate. .IP "\fBqos/show\fR \fIinterface\fR" Queries the kernel for Quality of Service configuration and statistics associated with the given \fIinterface\fR. +.IP "\fBbfd/show\fR [\fIinterface\fR]" +Displays detailed information about Bidirectional Forwarding Detection +configured on \fIinterface\fR. If \fIinterface\fR is not specified, +then displays detailed information about all interfaces with BFD +enabled. +.IP "\fBbfd/set-forwarding\fR [\fIinterface\fR] \fIstatus\fR" +Force the fault status of the BFD module on \fIinterface\fR (or all +interfaces if none is given) to be \fIstatus\fR. \fIstatus\fR can be +"true", "false", or "normal" which reverts to the standard behavior. .IP "\fBcfm/show\fR [\fIinterface\fR]" Displays detailed information about Connectivity Fault Management configured on \fIinterface\fR. If \fIinterface\fR is not specified, -- 2.39.5