mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +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:
parent
201e89856c
commit
2da21b11e2
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue