[CRIU] [PATCH v7 04/15] net/ipv6/protobuf: add device config options for ipv6

Pavel Tikhomirov ptikhomirov at virtuozzo.com
Thu Apr 28 09:38:52 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;
 }
-- 
2.5.5



More information about the CRIU mailing list