mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
net: Routes dump and restore
Same here -- run ip tool and that's it. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
1
image.c
1
image.c
@@ -120,6 +120,7 @@ struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX] = {
|
||||
FD_ENTRY(MOUNTPOINTS, "mountpoints-%d", show_mountpoints),
|
||||
FD_ENTRY(NETDEV, "netdev-%d", show_netdevices),
|
||||
FD_ENTRY(IFADDR, "ifaddr-%d", show_ifaddrs),
|
||||
FD_ENTRY(ROUTE, "route-%d", show_routes),
|
||||
};
|
||||
|
||||
static struct cr_fdset *alloc_cr_fdset(int nr)
|
||||
|
Reference in New Issue
Block a user