netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] Revert "ss: prevent "Process" column from being printed unless requested"
@ 2024-01-13 16:54 Stephen Hemminger
  2024-01-14 19:00 ` patchwork-bot+netdevbpf
  2024-01-15 11:27 ` Matthieu Baerts
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2024-01-13 16:54 UTC (permalink / raw)
  To: Quentin Deslandes; +Cc: netdev, Stephen Hemminger

This reverts commit 1607bf531fd2f984438d227ea97312df80e7cf56.

This commit is being reverted because it breaks output of tcp info.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=218372
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 misc/ss.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/misc/ss.c b/misc/ss.c
index 900fefa42015..c220a0758cb1 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -100,8 +100,8 @@ enum col_id {
 	COL_SERV,
 	COL_RADDR,
 	COL_RSERV,
-	COL_PROC,
 	COL_EXT,
+	COL_PROC,
 	COL_MAX
 };
 
@@ -5819,9 +5819,6 @@ int main(int argc, char *argv[])
 	if (ssfilter_parse(&current_filter.f, argc, argv, filter_fp))
 		usage();
 
-	if (!show_processes)
-		columns[COL_PROC].disabled = 1;
-
 	if (!(current_filter.dbs & (current_filter.dbs - 1)))
 		columns[COL_NETID].disabled = 1;
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-15 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 16:54 [PATCH iproute2] Revert "ss: prevent "Process" column from being printed unless requested" Stephen Hemminger
2024-01-14 19:00 ` patchwork-bot+netdevbpf
2024-01-15 11:27 ` Matthieu Baerts
2024-01-15 17:05   ` Stephen Hemminger
2024-01-15 19:14     ` Matthieu Baerts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).