meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / ovsdb / remote-passive.man
1 .IP "\fBpssl:\fIport\fR[\fB:\fIip\fR]"
2 Listen on the given SSL \fIport\fR for a connection.  By default,
3 connections are not bound to a particular local IP address, but
4 specifying \fIip\fR limits connections to those from the given
5 \fIip\fR.  The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
6 \fB\-\-ca\-cert\fR options are mandatory when this form is used.
7 .
8 .IP "\fBptcp:\fIport\fR[\fB:\fIip\fR]"
9 Listen on the given TCP \fIport\fR for a connection.  By default,
10 connections are not bound to a particular local IP address, but
11 \fIip\fR may be specified to listen only for connections to the given
12 \fIip\fR.
13 .
14 .IP "\fBpunix:\fIfile\fR"
15 Listen on the Unix domain server socket named \fIfile\fR for a
16 connection.