diff options
author | Laurent Vivier <lvivier@redhat.com> | 2022-10-21 11:09:17 +0200 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2022-10-28 13:28:52 +0800 |
commit | 784e7a2531040824f88f33494be256a9e331e219 (patch) | |
tree | 978258e75e475cf7f5a96a5d2deefdfcbe4a3921 /qapi | |
parent | 8ecc7f40bc76f2a565a74d1e5b2d7462cf050f1d (diff) |
net: dgram: add unix socket
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com> (QAPI schema)
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/net.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/net.json b/qapi/net.json index b4768ce62b..cbc8d77c97 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -603,7 +603,7 @@ # @remote: remote address # @local: local address # -# Only SocketAddress types 'inet' and 'fd' are supported. +# Only SocketAddress types 'unix', 'inet' and 'fd' are supported. # # If remote address is present and it's a multicast address, local address # is optional. Otherwise local address is required and remote address is |