X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.8.in;h=79f17d3db6f52ecd50b379737146609e36263fe9;hb=3f09c339f7e5e3d74bb06600b7f05c8efccbf132;hp=0a7369e90c5adadcde032550187438cabf5c1d38;hpb=bfb1f2d5cbb9ef82f2def2f41f5ff8a8f02b5bbc;p=openvswitch diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in index 0a7369e9..79f17d3d 100644 --- a/vswitchd/ovs-vswitchd.8.in +++ b/vswitchd/ovs-vswitchd.8.in @@ -18,9 +18,10 @@ ovs\-vswitchd \- Open vSwitch daemon A daemon that manages and controls any number of Open vSwitch switches on the local machine. .PP -The mandatory \fIdatabase\fR argument specifies the -\fBovsdb\-server\fR from which \fBovs\-vswitchd\fR's configuration -should be retrieved. It takes one of the following forms: +The mandatory \fIdatabase\fR argument normally takes the form +\fBunix:\fIfile\fR, where \fIfile\fR is the name of a Unix domain +socket on which \fBovsdb-server\fR is listening. However, all of the +following forms are accepted: .so ovsdb/remote-active.man .so ovsdb/remote-passive.man .PP @@ -117,6 +118,12 @@ These commands manage bridges. Lists each MAC address/VLAN pair learned by the specified \fIbridge\fR, along with the port on which it was learned and the age of the entry, in seconds. +.IP "\fBbridge/reconnect\fR [\fIbridge\fR]" +Makes \fIbridge\fR drop all of its OpenFlow controller connections and +reconnect. If \fIbridge\fR is not specified, then all bridges drop +their controller connections and reconnect. +.IP +This command might be useful for debugging OpenFlow controller issues. . .IP "\fBbridge/dump-flows\fR \fIbridge\fR" Lists all flows in \fIbridge\fR, including those normally hidden to