]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: Add inet raw sockets information gathering via netlink diag interface
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 2 Nov 2016 13:14:56 +0000 (16:14 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 1 Dec 2016 18:55:56 +0000 (10:55 -0800)
commit41fe6c34de5040126014029bede0668c56e3fe13
tree2955bacdba58609d172061e7b826cc4168a1fed3
parent9f66764e308e9c645b3fb2d1cfbb7fb207eb5de1
ss: Add inet raw sockets information gathering via netlink diag interface

unix, tcp, udp[lite], packet, netlink sockets already support diag
interface for their collection and killing. Implement support
for raw sockets.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
misc/ss.c