]> git.proxmox.com Git - ovs.git/blame - ovsdb/remote-passive.xml
ovn: l3ha fix bundle action generation
[ovs.git] / ovsdb / remote-passive.xml
CommitLineData
4025d61c
LR
1<?xml version="1.0" encoding="utf-8"?>
2<dl>
3 <dt><code>pssl:</code><var>port</var><code>:</code><var>ip</var></dt>
4 <dd>
5 Listen on the given SSL <var>port</var> for a connection. By default,
6 connections are not bound to a particular local IP address and
7 it listens only on IPv4 (but not IPv6) addresses, but
8 specifying <var>ip</var> limits connections to those from the given
9 <var>ip</var>, either IPv4 or IPv6 address. If <var>ip</var> is
10 an IPv6 address, then wrap <var>ip</var> with square brackets, e.g.:
11 <code>pssl:6640:[::1]</code>. The <code>--private-key</code>,
12 <code>--certificate</code>, and <code>--ca-cert</code> options are
13 mandatory when this form is used.
14 </dd>
15 <dt><code>ptcp:</code><var>port</var><code>:</code><var>ip</var></dt>
16 <dd>
17 Listen on the given TCP <var>port</var> for a connection. By default,
18 connections are not bound to a particular local IP address and
19 it listens only on IPv4 (but not IPv6) addresses, but
20 <var>ip</var> may be specified to listen only for connections to the given
21 <var>ip</var>, either IPv4 or IPv6 address. If <var>ip</var> is
22 an IPv6 address, then wrap <var>ip</var> with square brackets, e.g.:
23 <code>ptcp:6640:[::1]</code>.
24 </dd>
25 <dt><code>punix:</code><var>file</var></dt>
26 <dd>
27 <p>
28 On POSIX, listen on the Unix domain server socket named <var>file</var>
29 for a connection.
30 </p>
31 <p>
32 On Windows, listen on a local named pipe. A file is created in the path
33 <var>file</var> to mimic the behavior of a Unix domain socket.
34 </p>
35 </dd>
36</dl>