Re: [PATCH v2] net: ip, diag -- Add diag interface for raw sockets

2016-09-10 Thread David Ahern
On 9/10/16 4:05 PM, Cyrill Gorcunov wrote: > On Sat, Sep 10, 2016 at 10:31:35AM -0600, David Ahern wrote: >> >> Would you mind adding the destroy capability as well? The udp version >> should be close to what is needed for raw sockets. See udp_diag_destroy >> and udp_abort. > > Should be

[PATCH v2] net: ip, diag -- Add diag interface for raw sockets

2016-09-10 Thread Cyrill Gorcunov
o for review only. Will do testing at Monday. --- From: Cyrill Gorcunov <gorcu...@openvz.org> Subject: [PATCH v2] net: ip, diag -- Add diag interface for raw sockets In criu we are actively using diag interface to collect sockets present in the system when dumping applications. And while for u