2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

inet: raw -- Add preloading raw_diag module

Just like we do for other protocols.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2018-09-13 22:57:52 +03:00
committed by Andrei Vagin
parent 201e89856c
commit 2da21b11e2

View File

@@ -291,6 +291,9 @@ void preload_socket_modules(void)
req.r.i.sdiag_protocol = IPPROTO_UDP; /* UDLITE is merged with UDP */
probe_diag(nl, &req, -ENOENT);
req.r.i.sdiag_protocol = IPPROTO_RAW;
probe_diag(nl, &req, -ENOENT);
close(nl);
pr_info("Done probing\n");
}