Bug 218372 - iproute2: ss: TCP informations only displayed with -p
Summary: iproute2: ss: TCP informations only displayed with -p
Status: NEW
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P3 low
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-13 07:30 UTC by oxygelfr
Modified: 2024-01-13 07:35 UTC (History)
1 user (show)

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description oxygelfr 2024-01-13 07:30:55 UTC
Hello,

I noticed in iproute 6.7.0, the -i flag is not showing TCP informations anymore.
I checked the commits contained in this tag and found this one.
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=1607bf531fd2f984438d227ea97312df80e7cf56

Indeed, after forcing the process column to appear with -p, it works as intended.

This is my first report, please tell me how I could help further.


Steps to reproduce : $ss -ti

Actual results: -i flag seems to be ignored

Expected results: TCP informations should be displayed

Note You need to log in before you can comment on or make changes to this bug.