]> git.proxmox.com Git - mirror_ovs.git/blame - ovsdb/remote-active.xml
compat: Add act_pedit compatibility for old kernels
[mirror_ovs.git] / ovsdb / remote-active.xml
CommitLineData
4025d61c
LR
1<?xml version="1.0" encoding="utf-8"?>
2<dl>
3 <dt><code>ssl:</code><var>ip</var><code>:</code><var>port</var></dt>
4 <dd>
5 The specified SSL <var>port</var> on the host at the given <var>ip</var>,
6 which must be expressed as an IP address (not a DNS name) in IPv4 or IPv6
7 address format. If <var>ip</var> is an IPv6 address, then wrap
8 <var>ip</var> with square brackets, e.g.: <code>ssl:[::1]:6640</code>.
9 The <code>--private-key</code>, <code>--certificate</code>, and
10 <code>--ca-cert</code> options are mandatory when this form is used.
11 </dd>
12 <dt><code>tcp:</code><var>ip</var><code>:</code><var>port</var></dt>
13 <dd>
14 Connect to the given TCP <var>port</var> on <var>ip</var>, where
15 <var>ip</var> can be an IPv4 or IPv6 address. If <var>ip</var> is an
16 IPv6 address, then wrap <var>ip</var> with square brackets, e.g.:
17 <code>tcp:[::1]:6640</code>.
18 </dd>
19 <dt><code>unix:</code><var>file</var></dt>
20 <dd>
21 <p>
22 On POSIX, connect to the Unix domain server socket named <var>file</var>.
23 </p>
24 <p>
25 On Windows, connect to a local named pipe that is represented by a file
26 created in the path <var>file</var> to mimic the behavior of a Unix
27 domain socket.
28 </p>
29 </dd>
30</dl>