]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/network.h
add macvlan vepa and bridge mode
authorDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 28 Dec 2009 21:10:11 +0000 (22:10 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 28 Dec 2009 21:10:11 +0000 (22:10 +0100)
commite892973e391aa93f4aac144527400ae24ad68032
treeb86be52aae96e6545e3dcb484da476c5f65d8852
parenteb960fea5851c96136146300b44951427524cb14
add macvlan vepa and bridge mode

The future kernel 2.6.33 will incorporate the macvlan bridge
mode where all the macvlan will be able to communicate if they are
using the same physical interface. This is an interesting feature
to have containers to communicate together. If we are outside of the
container, we have to setup a macvlan on the same physical interface than
the containers and use it to communicate with them.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
configure.ac
doc/lxc.conf.sgml.in
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/network.c
src/lxc/network.h