]> git.proxmox.com Git - mirror_ovs.git/blob - lib/vconn-passive.man
netdev-offload-tc: Use single 'once' variable for probing tc features
[mirror_ovs.git] / lib / vconn-passive.man
1 .IP "\fBpssl:\fR[\fIport\fR][\fB:\fIhost\fR]"
2 .IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIhost\fR]"
3 Listens for OpenFlow connections on \fIport\fR. The default
4 \fIport\fR is 6653. By default, connections are allowed from any IPv4
5 address. Specify \fIhost\fR as an IPv4 address or a bracketed IPv6
6 address (e.g. \fBptcp:6653:[::1]\fR). On Linux, use \fB%\fIdevice\fR
7 to designate a scope for IPv6 link-level addresses,
8 e.g. \fBptcp:6653:[fe80::1234%eth0]\fR. DNS names can
9 be used if built with unbound library. For \fBpssl\fR, the
10 \fB\-\-private\-key\fR,\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
11 options are mandatory.
12 .IP
13 .
14 .IP "\fBpunix:\fIfile\fR"
15 Listens for OpenFlow connections on the Unix domain server socket
16 named \fIfile\fR.