Skip to content

Commit

Permalink
pycriu: images: support netns.img
Browse files Browse the repository at this point in the history
Reported-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
  • Loading branch information
efiop authored and xemul committed May 8, 2015
1 parent 08cdae9 commit f57fdd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycriu/images/images.py
Expand Up @@ -279,7 +279,8 @@ def dump(self, extra, f, pb):
'SK_QUEUES' : entry_handler(sk_packet_entry, sk_queues_extra_handler()),
'IPCNS_SHM' : entry_handler(ipc_shm_entry),
'IPCNS_SEM' : entry_handler(ipc_sem_entry),
'IPCNS_MSG' : entry_handler(ipc_msg_entry)
'IPCNS_MSG' : entry_handler(ipc_msg_entry),
'NETNS' : entry_handler(netns_entry)
}

def load(f, pretty = False):
Expand Down

0 comments on commit f57fdd3

Please sign in to comment.