2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

images: sk-inet -- Reserve entries for IP raw sockets

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2017-03-17 17:55:05 +03:00
committed by Andrei Vagin
parent 0788b01772
commit 827d9ff58d

View File

@@ -6,6 +6,9 @@ import "sk-opts.proto";
message ip_opts_entry {
optional bool freebind = 1;
// For raw sockets support
// optional bool hdrincl = 2;
// optional bool nodefrag = 3;
}
message inet_sk_entry {