]> git.proxmox.com Git - mirror_ovs.git/blob - lib/vconn-passive.man
netdev-dpdk: add hotplug support
[mirror_ovs.git] / lib / vconn-passive.man
1 .IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
2 .IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
3 Listens for OpenFlow connections on \fIport\fR. The default
4 \fIport\fR is 6653. By default, connections
5 are allowed from any IPv4 address. Specify \fIip\fR as an IPv4
6 address or a bracketed IPv6 address (e.g. \fBptcp:6653:[::1]\fR). DNS
7 names may not be used. For \fBpssl\fR, the
8 \fB\-\-private\-key\fR,\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
9 options are mandatory.
10 .IP
11 .
12 .IP "\fBpunix:\fIfile\fR"
13 Listens for OpenFlow connections on the Unix domain server socket
14 named \fIfile\fR.