[lxc-devel] [lxc/lxc] 0f90d6: c/r: use --external instead of --veth-pair

GitHub noreply at github.com
Tue Oct 25 08:21:39 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 0f90d613ab0d473731e6207a651685467f30c817
      https://github.com/lxc/lxc/commit/0f90d613ab0d473731e6207a651685467f30c817
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: use --external instead of --veth-pair

--veth-pair has been deprecated as of 2.6, let's use the new --external
instead.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: 2f3fbc6bf3c41942ea8fe13ba29cc040096981a8
      https://github.com/lxc/lxc/commit/2f3fbc6bf3c41942ea8fe13ba29cc040096981a8
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: remember to increment netnr

We need this for calculating the name of unnamed interfaces in the config.
But we also need to remember to increment it :)

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: e269733002642e2f5faa6aab59d3181558a74898
      https://github.com/lxc/lxc/commit/e269733002642e2f5faa6aab59d3181558a74898
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: add checkpoint/restore support for macvlan interfaces

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: f0b458e1054c632b085abfa8f59285c1ca8ba746
      https://github.com/lxc/lxc/commit/f0b458e1054c632b085abfa8f59285c1ca8ba746
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: drop duplicate hunk from macvlan case

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: 796a109dbe9d5d406fe724cf542b4b8b1a0d6a76
      https://github.com/lxc/lxc/commit/796a109dbe9d5d406fe724cf542b4b8b1a0d6a76
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2016-10-24 (Mon, 24 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: use snprintf to compute device name

This will never actually overflow, because %d is 32 bits and eth is 128
bytes long, but safety first :)

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>


  Commit: 7d1937d093c2409a440d6927a2a0ad6c4b7c1053
      https://github.com/lxc/lxc/commit/7d1937d093c2409a440d6927a2a0ad6c4b7c1053
  Author: Christian Brauner <christian.brauner at canonical.com>
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  Merge pull request #1248 from tych0/use-external

c/r: use external


Compare: https://github.com/lxc/lxc/compare/00afe6d90cf2...7d1937d093c2


More information about the lxc-devel mailing list