]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Revert "ss: prevent "Process" column from being printed unless requested"
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 13 Jan 2024 16:51:55 +0000 (08:51 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 13 Jan 2024 16:55:09 +0000 (08:55 -0800)
commitf22c49730c3691c25a1147081363eb35aa9d1048
tree89358f746aa8f16f5ff55f4eda14337440edc800
parent5659cf775210d215721c78e25df391dbf9944bfd
Revert "ss: prevent "Process" column from being printed unless requested"

This reverts commit 1607bf531fd2f984438d227ea97312df80e7cf56.

This commit is being reverted because it breaks output of tcp info.
The order of the columns enum is order sensistive.

Bug: https://bugzilla.kernel.org/show_bug.cgi?id=218372
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
misc/ss.c