]> git.proxmox.com Git - mirror_lxc.git/commit
network: Adds IPVLAN support
authortomponline <thomas.parrott@canonical.com>
Fri, 26 Apr 2019 10:26:45 +0000 (11:26 +0100)
committertomponline <thomas.parrott@canonical.com>
Wed, 1 May 2019 09:10:44 +0000 (10:10 +0100)
commitc9f52382915b6b11086bacfeef53f2a6be7df05e
tree1d0ee3e97d2eef30190b05e185a0c1acaa37d765
parent8d539bc9a81b7ad6f73b4a26d1f4390b488e807d
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@canonical.com>
doc/api-extensions.md
doc/lxc.container.conf.sgml.in
src/lxc/api_extensions.h
src/lxc/confile.c
src/lxc/confile_utils.c
src/lxc/confile_utils.h
src/lxc/macro.h
src/lxc/network.c
src/lxc/network.h
src/tests/parse_config_file.c