[CRIU] [PATCH v6 04/13] net/ipv6/protobuf: add device config options for ipv6

Pavel Tikhomirov ptikhomirov at virtuozzo.com
Mon Apr 25 07:56:45 PDT 2016


https://jira.sw.ru/browse/PSBM-30942

Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
---
 images/netdev.proto | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/images/netdev.proto b/images/netdev.proto
index ce0daeb..37cafb3 100644
--- a/images/netdev.proto
+++ b/images/netdev.proto
@@ -34,6 +34,8 @@ message net_device_entry {
 	repeated int32 conf		= 8;
 
 	repeated sysctl_entry conf4	= 9;
+
+	repeated sysctl_entry conf6	= 10;
 }
 
 message netns_entry {
@@ -42,4 +44,7 @@ message netns_entry {
 
 	repeated sysctl_entry def_conf4	= 3;
 	repeated sysctl_entry all_conf4	= 4;
+
+	repeated sysctl_entry def_conf6	= 5;
+	repeated sysctl_entry all_conf6	= 6;
 }
-- 
1.9.3



More information about the CRIU mailing list