]> git.proxmox.com Git - mirror_ovs.git/blame - ofproto/ofproto-dpif-unixctl.man
ofproto-dpif: Removed unused struct facet 'hmap_node' member.
[mirror_ovs.git] / ofproto / ofproto-dpif-unixctl.man
CommitLineData
27022416
JP
1.SS "DATAPATH COMMANDS"
2These commands manage logical datapaths. They are are similar to the
3equivalent \fBovs\-dpctl\fR commands.
4.
5.IP "\fBdpif/dump\-dps\fR"
6Prints the name of each configured datapath on a separate line.
7.
dc54ef36 8.IP "\fBdpif/show\fR"
27022416
JP
9Prints a summary of configured datapaths, including statistics and a
10list of connected ports. The port information includes the OpenFlow
11port number, datapath port number, and the type. (The local port is
12identified as OpenFlow port 65534.)
27022416
JP
13.
14.IP "\fBdpif/dump\-flows \fIdp\fR"
15Prints to the console all flow entries in datapath \fIdp\fR's
16flow table.
17.IP
18This command is primarily useful for debugging Open vSwitch. The flow
19table entries that it displays are not OpenFlow flow entries. Instead,
20they are different and considerably simpler flows maintained by the
21datapath module. If you wish to see the OpenFlow flow entries, use
22\fBovs\-ofctl dump\-flows\fR.
23.
24.IP "\fBdpif/del\-flows \fIdp\fR"
25Deletes all flow entries from datapath \fIdp\fR's flow table and
26underlying datapath implementation (e.g., kernel datapath module).
27.IP
28This command is primarily useful for debugging Open vSwitch. As
29discussed in \fBdpif/dump\-flows\fR, these entries are
30not OpenFlow flow entries.