From: Pavithra Ramesh Date: Fri, 19 Jul 2013 07:00:26 +0000 (+0000) Subject: ovs-vswitchd: Document the ovs-appctl bfd/* commands. X-Git-Tag: sliver-openvswitch-2.0.90-1~35^2~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6d13e6dd6b73c9b00ac5943d8ec0ca7f9f822bda;p=sliver-openvswitch.git 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 --- 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,