[CRIU] [PATCH 2/6] images: netdev -- Alloc space for unix conf
Cyrill Gorcunov
gorcunov at gmail.com
Fri Aug 31 13:10:00 MSK 2018
We will need it to save and restore per-net
configuration for unix sockets.
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
images/netdev.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/images/netdev.proto b/images/netdev.proto
index 320b5c9e747d..39d7c81a5cc6 100644
--- a/images/netdev.proto
+++ b/images/netdev.proto
@@ -70,4 +70,5 @@ message netns_entry {
repeated netns_id nsids = 7;
optional string ext_key = 8;
+ repeated sysctl_entry unix_conf = 9;
}
--
2.17.1
More information about the CRIU
mailing list