mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-04 07:43:23 +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:
parent
26aadb5acb
commit
7a680d7ba0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue