[lxc-devel] [GIT] lxc branch, master, updated. e892973e391aa93f4aac144527400ae24ad68032

Daniel Lezcano git at users.sourceforge.net
Mon Dec 28 21:10:38 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  e892973e391aa93f4aac144527400ae24ad68032 (commit)
      from  eb960fea5851c96136146300b44951427524cb14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e892973e391aa93f4aac144527400ae24ad68032
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Mon Dec 28 22:10:11 2009 +0100

    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 at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac         |    2 +-
 doc/lxc.conf.sgml.in |   51 ++++++++++++++++++++++---
 src/lxc/conf.c       |   16 +++++---
 src/lxc/conf.h       |   11 +++++-
 src/lxc/confile.c    |  100 ++++++++++++++++++++++++++++++++++++++------------
 src/lxc/network.c    |   21 +++++++++-
 src/lxc/network.h    |    2 +-
 7 files changed, 162 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list