[CRIU] [PATCH 0/3] criu: add support for external net namespaces

Andrei Vagin avagin at virtuozzo.com
Mon Jul 23 19:20:50 MSK 2018


Andrei Vagin (3):
  net: read network namespace images before forking tasks
  criu: add support for external net namespaces
  test/others: check external network namespaces

 criu/cr-restore.c              |  6 ++-
 criu/include/namespaces.h      |  1 +
 criu/include/net.h             |  3 ++
 criu/namespaces.c              |  3 ++
 criu/net.c                     | 97 ++++++++++++++++++++++++++++++++++--------
 images/netdev.proto            |  1 +
 test/others/netns_ext/Makefile |  2 +
 test/others/netns_ext/_run.sh  |  4 ++
 test/others/netns_ext/run.sh   | 42 ++++++++++++++++++
 9 files changed, 140 insertions(+), 19 deletions(-)
 create mode 100644 test/others/netns_ext/Makefile
 create mode 100644 test/others/netns_ext/_run.sh
 create mode 100755 test/others/netns_ext/run.sh

-- 
2.14.3



More information about the CRIU mailing list