]> git.proxmox.com Git - mirror_iproute2.git/commit
Add ip rule save/restore
authorKirill Tkhai <ktkhai@odin.com>
Tue, 20 Oct 2015 10:41:48 +0000 (13:41 +0300)
committerStephen Hemminger <shemming@brocade.com>
Fri, 23 Oct 2015 06:35:57 +0000 (23:35 -0700)
commit2f4e171f7df22107b38fddcffa56c1ecb5e73359
treecd7744a4d35ac3191e00fd42243ef881348b60f4
parent8b21cef12943cab841ba9adabb8ce2360b04c65e
Add ip rule save/restore

This patch adds save and restore commands to "ip rule"
similar the same is made in commit f4ff11e3e298 for "ip route".

The feature is useful in checkpoint/restore for container
migration, also it may be helpful in some normal situations.

Signed-off-by: Kirill Tkhai <ktkhai@odin.com>
doc/ip-cref.tex
ip/iprule.c
man/man8/ip-rule.8