[CRIU] [PATCH 3/6] images: sk-inet -- Reserve entries for IP raw sockets

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 17 07:55:05 PDT 2017


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 images/sk-inet.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/images/sk-inet.proto b/images/sk-inet.proto
index b4e14fcc7058..b03d1fc40c6b 100644
--- a/images/sk-inet.proto
+++ b/images/sk-inet.proto
@@ -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 {
-- 
2.7.4



More information about the CRIU mailing list