[lxc-devel] [lxc/lxc] d4a7da: network: Adds support host side veth device static...

Christian Brauner noreply at github.com
Mon Apr 29 15:15:40 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: d4a7da4632329d06d7b25d36133d4b6fa8f42b7a
      https://github.com/lxc/lxc/commit/d4a7da4632329d06d7b25d36133d4b6fa8f42b7a
  Author: tomponline <tomp at tomp.uk>
  Date:   2019-04-29 (Mon, 29 Apr 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/network.c
    M src/lxc/network.h
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  network: Adds support host side veth device static routes

Adds the following new config keys:

	lxc.net.[i].veth.ipv4.route
	lxc.net.[i].veth.ipv6.route
E.g.

	lxc.net.0.veth.ipv4.route = 192.0.2.1/32
	lxc.net.0.veth.ipv4.route = 192.0.3.0/24
	lxc.net.0.veth.ipv6.route = 2001:db8::1/128
	lxc.net.0.veth.ipv6.route = 2001:db8:2::/64

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


  Commit: 5efab6bf453b43b6c614053222104c0f2185f14e
      https://github.com/lxc/lxc/commit/5efab6bf453b43b6c614053222104c0f2185f14e
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2019-04-29 (Mon, 29 Apr 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/network.c
    M src/lxc/network.h
    M src/tests/parse_config_file.c

  Log Message:
  -----------
  Merge pull request #2949 from tomponline/tp-veth-routes

network: Adds veth static routes feature


Compare: https://github.com/lxc/lxc/compare/7815c7337208...5efab6bf453b


More information about the lxc-devel mailing list