]> git.ipfire.org Git - thirdparty/iproute2.git/commit
Display closed UDP sockets on 'ss -ul'
authorPetr Šabata <contyk@redhat.com>
Wed, 16 Nov 2011 17:32:20 +0000 (09:32 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Wed, 16 Nov 2011 17:32:20 +0000 (09:32 -0800)
commit16963ce6f01f94d1f5486008c4d73f5612beb1a6
tree82a2b388e37223c9e2f487947cbc9c47a580956e
parent93ba481acbbdfbbc5de2bf181c9cfe5549d66cdd
Display closed UDP sockets on 'ss -ul'

This patch emulates 'netstat -ul' behavior, showing 'closed'
(state 07) UDP sockets when ss is called with '-ul' options.
Although dirty, this seems like the least invasive way to fix
it and shouldn't really break anything.

Signed-off-by: Petr Šabata <contyk@redhat.com>
misc/ss.c