iproute2/man
Stefan Hajnoczi c759116a0b ss: add AF_VSOCK support
The AF_VSOCK address family is a host<->guest communications channel
supported by VMware, KVM, and Hyper-V.  Initial VMware support was
released in Linux 3.9 in 2013 and transports for other hypervisors were
added later.

AF_VSOCK addresses are <u32 cid, u32 port> tuples.  The 32-bit cid
integer is comparable to an IP address.  AF_VSOCK ports work like
TCP/UDP ports.

Both SOCK_STREAM and SOCK_DGRAM socket types are available.

This patch adds AF_VSOCK support to ss(8) so that sockets can be
observed.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2017-10-11 10:51:03 -07:00
..
man3 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man7 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man8 ss: add AF_VSOCK support 2017-10-11 10:51:03 -07:00
Makefile do not ignore errors in man subdirs 2013-01-15 09:41:37 -08:00