1. 22 Jan, 2015 11 commits
  2. 20 Jan, 2015 2 commits
  3. 19 Jan, 2015 7 commits
  4. 15 Jan, 2015 2 commits
  5. 14 Jan, 2015 15 commits
  6. 13 Jan, 2015 1 commit
  7. 12 Jan, 2015 2 commits
    • Mark O'Neill's avatar
    • Saied Kazemi's avatar
      Allow the veth-pair option to specify a bridge · 29612929
      Saied Kazemi authored
      When restoring a pair of veth devices that had one end inside a namespace
      or container and the other end outside, CRIU creates a new veth pair,
      puts one end in the namespace/container, and names the other end from
      what's specified in the --veth-pair IN=OUT command line option.
      
      This patch allows for appending a bridge name to the OUT string in the
      form of OUT@<BRIDGE-NAME> in order for CRIU to move the outside veth to
      the named bridge.  For example, --veth-pair eth0=veth1@br0 tells CRIU
      to name the peer of eth0 veth1 and move it to bridge br0.
      
      This is a simple and handy extension of the --veth-pair option that
      obviates the need for an action script although one can still do the same
      (and possibly more) if they prefer to use action scripts.
      Signed-off-by: 's avatarSaied Kazemi <saied@google.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      29612929