Re: [PATCH iproute2] ss: Support displaying and filtering on socket marks.

2016-09-22 Thread Stephen Hemminger
On Thu, 22 Sep 2016 01:02:50 +0900 Lorenzo Colitti wrote: > This allows the user to dump sockets with a given mark (via > "fwmark = 0x1234/0x1234" or "fwmark = 12345", etc.) , and to > display the socket marks of dumped sockets. > > The relevant kernel commits are: d545caca827b ("net: inet: diag

[PATCH iproute2] ss: Support displaying and filtering on socket marks.

2016-09-21 Thread Lorenzo Colitti
This allows the user to dump sockets with a given mark (via "fwmark = 0x1234/0x1234" or "fwmark = 12345", etc.) , and to display the socket marks of dumped sockets. The relevant kernel commits are: d545caca827b ("net: inet: diag: expose the socket mark to privileged processes.") and - a52e95abf772