summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2017-02-21 12:13:42 +0100
committerBen Pfaff <blp@ovn.org>2017-02-23 10:38:58 -0800
commitb8aad9b4a065a6493ce9608152bcbe7eae4bf405 (patch)
tree50fad733c4920bc8c14fc139df059353ea940330
parent9412638d1285e9f6c1c32f17133e30943fc1a155 (diff)
downloadopenvswitch-b8aad9b4a065a6493ce9608152bcbe7eae4bf405.tar.gz
ofproto: Remove 'ofproto/self-check' from ovs-vswitchd manpage
ofproto/self-check was removed in commit e79a6c83, so this patch removes the man page item. Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--ofproto/ofproto-unixctl.man7
1 files changed, 0 insertions, 7 deletions
diff --git a/ofproto/ofproto-unixctl.man b/ofproto/ofproto-unixctl.man
index 53e5549c5..ce4f7a239 100644
--- a/ofproto/ofproto-unixctl.man
+++ b/ofproto/ofproto-unixctl.man
@@ -135,10 +135,3 @@ necessary because the command does not ordinarily imply a particular
OpenFlow version. One exception is that, when \fIactions\fR includes
an action that only OpenFlow 1.1 and later supports (such as
\fBpush_vlan\fR), \fB\-consistent\fR is automatically enabled.
-.IP "\fBofproto/self\-check\fR [\fIswitch\fR]"
-Runs an internal consistency check on \fIswitch\fR, if specified,
-otherwise on all ofproto instances, and responds with a brief summary
-of the results. If the summary reports any errors, then the Open
-vSwitch logs should contain more detailed information. Please pass
-along errors reported by this command to the Open vSwitch developers
-as bugs.