|
|
4aca6e |
From 08d8450413afec2eb9772293dbe9951b1704931a Mon Sep 17 00:00:00 2001
|
|
|
4aca6e |
From: Phil Sutter <psutter@redhat.com>
|
|
|
4aca6e |
Date: Fri, 17 Mar 2017 16:51:07 +0100
|
|
|
4aca6e |
Subject: [PATCH] man: ss.8: Add missing protocols to description of -A
|
|
|
4aca6e |
|
|
|
4aca6e |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1063934
|
|
|
4aca6e |
Upstream Status: iproute2.git commit 32b1a12713a95
|
|
|
4aca6e |
|
|
|
4aca6e |
commit 32b1a12713a95794159630d5cf67ee86d11161d9
|
|
|
4aca6e |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
4aca6e |
Date: Thu Mar 9 17:07:33 2017 +0100
|
|
|
4aca6e |
|
|
|
4aca6e |
man: ss.8: Add missing protocols to description of -A
|
|
|
4aca6e |
|
|
|
4aca6e |
The list was missing dccp and sctp protocols.
|
|
|
4aca6e |
|
|
|
4aca6e |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
4aca6e |
---
|
|
|
4aca6e |
man/man8/ss.8 | 2 +-
|
|
|
4aca6e |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
4aca6e |
|
|
|
4aca6e |
diff --git a/man/man8/ss.8 b/man/man8/ss.8
|
|
|
4aca6e |
index b02a68c..c955a1d 100644
|
|
|
4aca6e |
--- a/man/man8/ss.8
|
|
|
4aca6e |
+++ b/man/man8/ss.8
|
|
|
4aca6e |
@@ -124,7 +124,7 @@ Currently the following families are supported: unix, inet, inet6, link, netlink
|
|
|
4aca6e |
.B \-A QUERY, \-\-query=QUERY, \-\-socket=QUERY
|
|
|
4aca6e |
List of socket tables to dump, separated by commas. The following identifiers
|
|
|
4aca6e |
are understood: all, inet, tcp, udp, raw, unix, packet, netlink, unix_dgram,
|
|
|
4aca6e |
-unix_stream, unix_seqpacket, packet_raw, packet_dgram.
|
|
|
4aca6e |
+unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp.
|
|
|
4aca6e |
.TP
|
|
|
4aca6e |
.B \-D FILE, \-\-diag=FILE
|
|
|
4aca6e |
Do not display anything, just dump raw information about TCP sockets to FILE after applying filters. If FILE is - stdout is used.
|
|
|
4aca6e |
--
|
|
|
4aca6e |
1.8.3.1
|
|
|
4aca6e |
|