Commit 0d6bc8d1 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

inet: raw -- Reserve image members for sockets options

In vz7 we've a slightly different code base where fields
2 and 3 are already used. So lets reserve them and move
raw member to another number.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 4e1c7f51
...@@ -13,7 +13,8 @@ message ip_opts_raw_entry { ...@@ -13,7 +13,8 @@ message ip_opts_raw_entry {
message ip_opts_entry { message ip_opts_entry {
optional bool freebind = 1; optional bool freebind = 1;
optional ip_opts_raw_entry raw = 2; // Fields 2 and 3 are reserved for vz7 use
optional ip_opts_raw_entry raw = 4;
} }
message inet_sk_entry { message inet_sk_entry {
......
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