]> git.proxmox.com Git - ovs.git/blame - lib/vconn-passive.man
datapath-windows: Avoid BSOD when switch context is NULL
[ovs.git] / lib / vconn-passive.man
CommitLineData
84ee7bcf 1.IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
125b0291 2.IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
e731d71b
AS
3Listens for OpenFlow connections on \fIport\fR. The default
4\fIport\fR is 6633, but a future version of Open vSwitch will change
5the default to the IANA-defined port 6653. By default, connections
6are allowed from any IPv4 address. Specify \fIip\fR as an IPv4
7address or a bracketed IPv6 address (e.g. \fBptcp:6633:[::1]\fR). DNS
8names may not be used. For \fBpssl\fR, the
9\fB\-\-private\-key\fR,\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
10options are mandatory.
125b0291 11.IP
a9b4a41a 12.
84ee7bcf
BP
13.IP "\fBpunix:\fIfile\fR"
14Listens for OpenFlow connections on the Unix domain server socket
15named \fIfile\fR.