Commit 2da21b11 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

inet: raw -- Add preloading raw_diag module

Just like we do for other protocols.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 201e8985
...@@ -291,6 +291,9 @@ void preload_socket_modules(void) ...@@ -291,6 +291,9 @@ void preload_socket_modules(void)
req.r.i.sdiag_protocol = IPPROTO_UDP; /* UDLITE is merged with UDP */ req.r.i.sdiag_protocol = IPPROTO_UDP; /* UDLITE is merged with UDP */
probe_diag(nl, &req, -ENOENT); probe_diag(nl, &req, -ENOENT);
req.r.i.sdiag_protocol = IPPROTO_RAW;
probe_diag(nl, &req, -ENOENT);
close(nl); close(nl);
pr_info("Done probing\n"); pr_info("Done probing\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment