Re: [PATCH iproute2 0/2] Use one func to output stats from Netlink and /proc
From: Vadim Kochan <hidden>
Date: 2014-12-30 14:08:23
From: Vadim Kochan <hidden>
Date: 2014-12-30 14:08:23
On Tue, Dec 30, 2014 at 01:56:18AM +0200, Vadim Kochan wrote:
Refactoring to use one func to output sock stats from Netlink and /proc for unix and packet socket types. I did some testing but I might miss some cases, would be good if someone can test it too. Vadim Kochan (2): ss: Unify unix stats output from netlink and proc ss: Unify packet stats output from netlink and proc misc/ss.c | 310 ++++++++++++++++++++++++++------------------------------------ 1 file changed, 132 insertions(+), 178 deletions(-) -- 2.1.3
Please ignore this series as I have one more additional little fix which related to
these changes. The fix is related to issue when filtering does not work
for UNIX sockets when you do:
# ss -x src *X11*
Seems that the issue was started from:
(dfbaa90dec) iproute: Dump unix sockets via netlink
where filter was not considered in the netlink handler.
So I will re-send full series with using of filter for netlink diag handler too.
Regards,