[CRIU] [PATCH 08/10] inet: raw -- Add restore of raw sockets

Cyrill Gorcunov gorcunov at gmail.com
Wed Mar 28 13:40:17 MSK 2018


On Thu, Mar 22, 2018 at 02:30:17PM -0700, Andrey Vagin wrote:
> On Thu, Mar 22, 2018 at 12:13:47PM +0300, Cyrill Gorcunov wrote:
> > The support for raw sockets is still not covering
> > all possible combinations and options but rather
> > a first approach.
> 
> Could you elloborate what you mean when you say that something are not
> covering? Will criu dump fail in such cases?

Sorry for delay, managed to miss your email. I mean that there
a few options depending on the protocol type socket is carried.
For example there might be ICMP_FILTER assigned and maybe something
more. And yes, it should fail because we collect only IPPROTO_RAW
bits when scanning for collected socket in lookup_socket.

In future we will need to support ICMP_FILTERs as well but only
when really needed.


More information about the CRIU mailing list