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