[lxc-devel] [lxc/lxc] c9f523: network: Adds IPVLAN support

Christian Brauner noreply at github.com
Wed May 1 16:24:58 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: c9f52382915b6b11086bacfeef53f2a6be7df05e
      https://github.com/lxc/lxc/commit/c9f52382915b6b11086bacfeef53f2a6be7df05e
  Author: tomponline <thomas.parrott at canonical.com>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M doc/api-extensions.md
    M doc/lxc.container.conf.sgml.in
    M src/lxc/api_extensions.h
    M src/lxc/confile.c
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h
    M src/lxc/macro.h
    M src/lxc/network.c
    M src/lxc/network.h
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  network: Adds IPVLAN support

Example usage:

	lxc.net[i].type=ipvlan
	lxc.net[i].ipvlan.mode=[l3|l3s|l2] (defaults to l3)
	lxc.net[i].ipvlan.flags=[bridge|private|vepa] (defaults to bridge)
	lxc.net[i].link=eth0
	lxc.net[i].flags=up

Signed-off-by: tomponline <thomas.parrott at canonical.com>


  Commit: ea84ddf9e2e4933bf8110366be3c3f6dd3c4b6a6
      https://github.com/lxc/lxc/commit/ea84ddf9e2e4933bf8110366be3c3f6dd3c4b6a6
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2019-05-01 (Wed, 01 May 2019)

  Changed paths:
    M doc/api-extensions.md
    M doc/lxc.container.conf.sgml.in
    M src/lxc/api_extensions.h
    M src/lxc/confile.c
    M src/lxc/confile_utils.c
    M src/lxc/confile_utils.h
    M src/lxc/macro.h
    M src/lxc/network.c
    M src/lxc/network.h
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  Merge pull request #2950 from tomponline/tp-ipvlan

network: Adds IPVLAN support


Compare: https://github.com/lxc/lxc/compare/28805eb0e7f7...ea84ddf9e2e4


More information about the lxc-devel mailing list