Changes

Jump to navigation Jump to search
8 bytes added ,  23:23, 20 September 2016
→‎Restoring a veth pair of devices: use italic for variables
Line 29: Line 29:  
== Restoring a veth pair of devices ==
 
== Restoring a veth pair of devices ==
   −
When you restore a net namespace with a veth device end in it, criu will create the other end of the pair in the net namespace you launch criu from. By default it's name will be the one generated by veth kernel driver. Not to scan through all the net devices trying to fine one you can use the <code>--veth-pair <ns-dev>:<host-dev></code> option. When used a device named <code><ns-dev></code> in a newly restored namespace will be linked with the <code><host-dev></code> one in the criu namespace.
+
When you restore a net namespace with a veth device end in it, criu will create the other end of the pair in the net namespace you launch criu from. By default it's name will be the one generated by veth kernel driver. Not to scan through all the net devices trying to fine one you can use the <code>--veth-pair ''ns-dev'':''host-dev''</code> option. When used a device named <code>''ns-dev''</code> in a newly restored namespace will be linked with the <code>''host-dev''</code> one in the criu namespace.
    
''See also: [[VETH device]]''
 
''See also: [[VETH device]]''

Navigation menu