]> git.proxmox.com Git - ovs.git/blame - utilities/ovs-dpctl.8.in
datapath-windows: Avoid BSOD when switch context is NULL
[ovs.git] / utilities / ovs-dpctl.8.in
CommitLineData
91005f03
BP
1.de IQ
2. br
3. ns
4. IP "\\$1"
5..
d2cb6c95 6.TH ovs\-dpctl 8 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
064af421 7.ds PN ovs\-dpctl
a9b4a41a 8.
064af421
BP
9.SH NAME
10ovs\-dpctl \- administer Open vSwitch datapaths
a9b4a41a 11.
064af421
BP
12.SH SYNOPSIS
13.B ovs\-dpctl
14[\fIoptions\fR] \fIcommand \fR[\fIswitch\fR] [\fIargs\fR\&...]
a9b4a41a 15.
064af421 16.SH DESCRIPTION
a9b4a41a 17.PP
064af421 18The \fBovs\-dpctl\fR program can create, modify, and delete Open vSwitch
6bdfa488 19datapaths. A single machine may host any number of datapaths.
a9b4a41a 20.PP
064af421
BP
21A newly created datapath is associated with only one network device, a
22virtual network device sometimes called the datapath's ``local port''.
23A newly created datapath is not, however, associated with any of the
24host's other network devices. To intercept and process traffic on a
25given network device, use the \fBadd\-if\fR command to explicitly add
26that network device to the datapath.
a9b4a41a 27.PP
c3827f61
BP
28If \fBovs\-vswitchd\fR(8) is in use, use \fBovs\-vsctl\fR(8) instead
29of \fBovs\-dpctl\fR.
064af421 30.PP
254f2dc8
BP
31Most \fBovs\-dpctl\fR commands that work with datapaths take an
32argument that specifies the name of the datapath. Datapath names take
33the form [\fItype\fB@\fR]\fIname\fR, where \fIname\fR is the network
34device associated with the datapath's local port. If \fItype\fR is
35given, it specifies the datapath provider of \fIname\fR, otherwise the
36default provider \fBsystem\fR is assumed.
064af421
BP
37.PP
38The following commands manage datapaths.
a9b4a41a 39.
fceef209
DDP
40.ds DX
41.de DO
42\\$1 \\$2 \\$3
43..
44.so lib/dpctl.man
a9b4a41a 45.
064af421 46.SH OPTIONS
91005f03
BP
47.IP "\fB\-s\fR"
48.IQ "\fB\-\-statistics\fR"
032aa6a3
BP
49Causes the \fBshow\fR command to print packet and byte counters for
50each port within the datapaths that it shows.
91005f03 51.
041e7168
AZ
52.IP "\fB\-m\fR"
53.IQ "\fB\-\-more\fR"
54Increases the verbosity of \fBdump\-flows\fR output.
55.
91005f03
BP
56.IP "\fB\-t\fR"
57.IQ "\fB\-\-timeout=\fIsecs\fR"
064af421
BP
58Limits \fBovs\-dpctl\fR runtime to approximately \fIsecs\fR seconds. If
59the timeout expires, \fBovs\-dpctl\fR will exit with a \fBSIGALRM\fR
60signal.
a9b4a41a 61.
064af421
BP
62.so lib/vlog.man
63.so lib/common.man
a9b4a41a 64.
064af421 65.SH "SEE ALSO"
a9b4a41a 66.
064af421
BP
67.BR ovs\-appctl (8),
68.BR ovs\-vswitchd (8)