summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-01-11 10:53:59 +0100
committerGitHub <noreply@github.com>2017-01-11 10:53:59 +0100
commit84e6712f946dd0d08102bf75eebd2852829408ae (patch)
treea9cc9a81fa4c5b9bf7dff4c1ced4b9e6391df267 /man
parent29b5b0c93d273e99ca13a6729b85dabbf8768691 (diff)
parent359a5bcf78a89626ca9119668c0362f3b7bfe9c3 (diff)
Merge pull request #5046 from stefanha/vsock
Add AF_VSOCK socket activation support
Diffstat (limited to 'man')
-rw-r--r--man/systemd.socket.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 0ce1203cfb..1d20a8f7f7 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -216,6 +216,14 @@
<varname>BindIPv6Only=</varname> setting (see below).
</para>
+ <para>If the address string is a string in the format
+ <literal>vsock:x:y</literal>, it is read as CID <literal>x</literal> on
+ a port <literal>y</literal> address in the
+ <constant>AF_VSOCK</constant> family. The CID is a unique 32-bit
+ integer identifier in <constant>AF_VSOCK</constant> analogous to an IP
+ address. Specifying the CID is optional, and may be set to the empty
+ string.</para>
+
<para>Note that <constant>SOCK_SEQPACKET</constant> (i.e.
<varname>ListenSequentialPacket=</varname>) is only available
for <constant>AF_UNIX</constant> sockets.